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
Big PP
By
Terrance
Run
r = rectangle(w=300, h=300, fill='#837470') show(r) #outer 3d rect1=rectangle(w=160,h=160,fill="#820a0a",stroke="none")|repeat(20,rotate(50)) rect2=rectangle(w=180,h=180,fill="#ce0606",stroke="none")|rotate(15)|repeat(20,rotate(50)) rect3=rectangle(w=200,h=200,fill="#fc9802",stroke="none")|repeat(20,rotate(50)) rect4=rectangle(w=220,h=220,fill="#fceb02",stroke="none")|rotate(15)|repeat(20,rotate(50))|scale(0.98) #output show(rect4,rect3,rect2,rect1) c = ellipse(stroke="yellow", stroke_width='0.5') c2 = c | repeat(70, rotate(8)) show(c, c2) #c1 = circle(r=40, fill="#ff0000", stroke="black") #show(c1) l=ellipse(w=30,h=17,x=20,y=0,stroke="gray",stroke_width=1,fill="PeachPuff") | rotate(22.5) flower=l | repeat(9, rotate(45)) show(flower) c9 = ellipse(w=10, h=5, fill='white') | translate( x=90, y=10) c10 = c9 | scale(0.47) c11 = c10 | repeat(120, rotate(8)) show(c11)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login