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
Pookkalam
By
Shiyas Mohammed
Run
rec = rectangle(w=200,h=200,fill="yellow",stroke="none") r1 = rec | repeat(20,rotate(20)) rec2 = rectangle(w=180,h=180,fill="orange",stroke="none") r2 = rec2 | repeat(20,rotate(20)) c1 = circle(r=145,fill="red",stroke="none") c2 = circle(r=115,fill="#e60000",stroke="none") dot = circle(r=5,fill="yellow",stroke="none") d1 = dot | translate(x=100,y=0) dr = d1 | repeat(20,rotate(20)) color1 = color(r=255,g=255,b=0,a=0.5) b = circle(r=50,fill=color1,stroke="none") b1 = b | translate(x=35,y=0) b2 = b1 | repeat(5,rotate(72)) show(c1,r1,r2,c2,dr,b2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login