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
By
Amogh S Thampuran
Run
c1 = circle(r=125, fill = "#6eff00", stroke_width=4) c2 = circle(r=60, fill ="red", stroke_width=2) c4 = circle(r=92.5, stroke_width = 3, fill = "red") r1 = rectangle(w=100,h=100,fill="#b80ce3",stroke_width=4) | repeat(40, rotate(20) | scale(0.9)) e1 = ellipse(w=125,h=50,x=62.5,fill="yellow") | repeat(8, rotate(45)) c3 = circle(r=10, x=95, y=0, fill="blue") | repeat(8, rotate(45)) show(c1,c4,c2,e1,r1,c3) c5 = circle(r=7.5,x=-120,y=-120,fill = "#f7022a") e2 = ellipse(h=7.5,w=11,x=-137.5,y=-130,fill="#ff66ff") e3 = ellipse(h=11,w=7.5,x=-125,y=-140,fill="#ff66ff") e4 = ellipse(h=7.5,w=11,x=-112.5,y=-130,fill="#ff66ff") e5 = ellipse(h=11,w=7.5,x=-125,y=-115,fill="#ff66ff") show(c5,e2,e3,e4,e5)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login