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
MyFirstShape
By
Sasidhar Donaparthi
Run
c1 = circle(r=50,fill='red') c2 = circle(r=100,fill='yellow') c3 = circle(r=150,fill='green') #l = line(x1=0,y1=0,x2=100,y2=100) shape = line(x1=0,y1=0,x2=70,y2=100,stroke='red')| repeat(12, rotate(60)) #show(shape) shape = combine([c3, c2, c1,shape]) #shape = combine([l]) show(shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login