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
1
pookalam
By
Ayoona Maria John
Run
c=circle(r=150,fill=color(r=0,g=30,b=0),stroke="none") show(c) r=rectangle(w=210,h=210,fill="darkred",stroke="none")|repeat(12,rotate(18)) show(r) r=rectangle(w=183,h=183,fill="darkorange",stroke="none")|rotate(9)|repeat(12,rotate(18)) show(r) r=rectangle(w=160,h=160,fill="yellow",stroke="none")|rotate(18)|repeat(12,rotate(18)) show(r) r=rectangle(w=140,h=140,fill="white",stroke="none")|rotate(27)|repeat(12,rotate(18)) show(r) r=rectangle(w=123,h=123,fill="yellow",stroke="none")|rotate(36)|repeat(12,rotate(18)) show(r) r=rectangle(w=107,h=107,fill="darkorange",stroke="none")|rotate(45)|repeat(12,rotate(18)) show(r) r=rectangle(w=92,h=92,fill="darkred",stroke="none")|rotate(54)|repeat(12,rotate(18)) show(r) r=rectangle(w=80,h=80,fill=color(r=0,g=30,b=0),stroke="none")|rotate(63)|repeat(12,rotate(18)) show(r) r=rectangle(w=70,h=70,fill="darkred",stroke="none")|rotate(72)|repeat(12,rotate(18)) show(r) r=rectangle(w=61,h=61,fill="darkorange",stroke="none")|rotate(81)|repeat(12,rotate(18)) show(r) r=rectangle(w=53,h=53,fill="yellow",stroke="none")|rotate(90)|repeat(12,rotate(18)) show(r) r=rectangle(w=46,h=46,fill="white",stroke="none")|rotate(9)|repeat(12,rotate(18)) show(r) r=rectangle(w=40,h=40,fill=color(r=0,g=30,b=0),stroke="none")|rotate(18)|repeat(12,rotate(18)) show(r) c=circle(r=22,fill="white",stroke="none") show(c) tp1 = point(-20, 10) tp2 = point(-20, 0) tp3 = point(20, 0) tp4 = point(40, 40) tp5 = point(10, 25) tp6 = point(25, 25) tp7 = point(15, 10) l1 = line(x1=-10, y1= 15, x2=10, y2=-10, stroke="black") l2 = l1 | translate(10, 0) c=circle(r=20,fill="orange",stroke="yellow") show(c) c=circle(x=-2,y=-2,r=5,fill="FFD700",stroke="yellow")|translate(5,10) show(c) tpf = polygon([tp1, tp2, tp3, tp4, tp5, tp6, tp7], fill = "black") theme = tpf + l1 + l2 | scale(0.5) | translate(-5, -6) themef = theme | scale(0.95) final = themef | scale(1.1) | translate(-1, -3) show(final)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login