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
in progress
By
Jibran V
Run
c3= circle(r=100,fill="purple") c4=circle(r=120,fill="orange",stroke="orange") c = circle(r=12,x=50,fill="green",stroke="green") | repeat(12, rotate(angle=30)) c1 = circle(r=50,fill="yellow",stroke="green") c2 = circle(r=20,fill="orange", stroke="yellow") lines1 = line(x1=14.14,y1=14.14,x2=-14.14,y2=-14.14,stroke="yellow") | repeat(12, rotate(angle=30)) lines = line(x1=35.355,y1=35.355,x2=-35.355,y2=-35.355,stroke="orange") | repeat(12, rotate(angle=30)) sq = rectangle(w=169.68,h=169.68,fill="yellow",stroke="yellow") | repeat (12, rotate(30)) line3 = line(x1=-50,y1=12,x2=-100,y2=0,stroke="yellow") line4 = line(x1=-50,y1=-12,x2=-100,y2=0,stroke="yellow") tria=line3+line4 | repeat(12, rotate(angle=30)) show(c4) show(sq) show(c3) show(c,c1,lines,c2,lines1,tria)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login