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
Just hibz
By
Hiba
Run
c1=circle(r=125,fill="yellow",stroke="white",stroke_width="3") c2=circle(r=120,fill="green", stroke="black", stroke_width="3") c3=circle (r=110,fill="white",stroke="yellow",stroke_width="3") s1=ellipse(fill="white",stroke="white",stroke_width="3") s2=s1| rotate (60) s3=s1 | rotate (60) c4= circle (r = 25, fill = "white", stroke ="yellow") l=line(x1=20,y1=0,x2=100,y2=0,stroke="black",stroke_width=3) | repeat (36, rotate (10)) e = ellipse (w = 300 , h = 150 , stroke = "green") | repeat (75,rotate (6)) | scale (.955) r=rectangle (w = 100 , h = 100 , stroke = "black",stroke_width = 2) | repeat (10, rotate (10) ) c5=circle (r =10 , fill = "green",stroke = "black",stroke_width = "2" ) | repeat (10, rotate (30) ) | scale (.75) c6= circle (r=5, x = 0, y = 15, fill = "green", stroke = "black" ) | repeat (10,rotate (36) ) e2=ellipse(w=150,h=150,x=70,stroke="white",stroke_width="1")|repeat(12,rotate(30)) show (c1,s1,s2,s3,c2,c3,l,e,r,c4,c5,c6,e2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login