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
Circle web
By
Andrew Sebi Varghese
Run
c = circle(r=10)+rectangle (w=10,h=10,fill="blue") c1=circle(r=20)+rectangle(w=20,h=20,fill="yellow") c2=circle(r=30,fill="red")+rectangle (w=35,h=30,fill="blue") c3=rectangle(h=50,w=60)+rectangle (h=100,w=100) c4=circle(r=5,fill="pink") c5=rectangle(h=80,w=80)+circle(r=100)+circle(r=80) c6=circle(r=50)+rectangle(h=70,w=80)+rectangle (h=120,w=115) c7=circle(r=3,fill="yellow")+circle(r=1,fill="green") c8=line(stroke="black")|repeat(20,rotate(angle=40)) c9=circle (stroke="green")|repeat(10,rotate(angle=50)) show(c,c1,c2,c3,c4,c5,c6,c7,c8,c9)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login