Explore
Courses
Batches
Sketches
Statistics
Code a Pookkalam
Jobs
Devsprint
People
Course Creation
Create a Course
Guidelines
Resources
Support
Blogs
My Profile
About Us
Login
Sketches
0
New Sketch 1
By
Anujith Krishnan
Run
#kathakali = circle (r=48,fill ='black', stroke = 'none') c2 = circle (r=45,fill ='red', stroke = 'green', stroke_width = 3) c3 = circle (x=37,r=3.5,stroke_width=4, stroke ='gold', fill = 'black') c4 = c3 |repeat (20,rotate (18)) c5 = circle (r=30,stroke = 'green', stroke_width =2) c6 = circle (r=28, stroke = 'green', stroke_width =2) c7 = circle (x=22, r=2, stroke = 'none', fill = 'white') c8 = c7 |repeat (20, rotate (18)) c9 = circle (r=12, stroke = 'gold', stroke_width = 10) #show (c1, c2, c4, c5, c6, c8, c9) kathakali = combine ([ c1, c2, c4, c5, c6, c8, c9]) k = kathakali | translate (y=22) show (k)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login