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
RSK 1st sketch
By
Rishikesh T P
Run
def flower(x,y,w,h,inner,outer): f1=ellipse(w=w,y=y,x=x,h=h,fill=outer) c1=circle(x=x,y=y,r=w/6,fill=inner) return f1 + c1 shape1=flower(x=50,y=25,w=70,h=30,inner="red",outer="yellow")|translate(x=50)|repeat(24,rotate(360/24)) shape2=flower(x=50,y=25,w=70,h=30,inner="yellow",outer="red")|translate(x=30)|repeat(24,rotate(360/24)) shape3=flower(x=50,y=25,w=70,h=30,inner="red",outer="yellow")|translate(x=10)|repeat(24,rotate(360/24)) c1=circle(r=35,fill="green") r1=rectangle(w=300,h=300,fill="black") show (r1,shape1,shape2,shape3,c1)
Comments
14 KARTHIK T P
3 years ago
Post
Dismiss
fabolus work lol
fabolus work lol
Want to discuss?
Post it here, our mentors will help you out.
Login