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
django rocket
By
Aysha PS
Run
# Base z1 = line(x1=-120, y1=-75, x2=120, y2=-75) show(z1) # Smoke c1 = circle(r=20, x=0, y=-83, fill="rgb(168,168,168)", stroke="none") c2 = circle(r=15, x=20, y=-70, fill="rgb(168,168,168)", stroke="none") e1 = ellipse(w=50, h=40, x=15, y=-80, fill="rgb(168,168,168)", stroke="none") | rotate(25) e2 = ellipse(w=40, h=30, x=35, y=-70, fill="rgb(168,168,168)", stroke="none") | rotate(25) e3 = ellipse(w=38, h=24, x=79, y=-33, fill="rgb(168,168,168)", stroke="none") e4 = ellipse(w=38, h=24, x=90, y=-40, fill="rgb(168,168,168)", stroke="none") e5 = ellipse(w=38, h=24, x=100, y=-53, fill="rgb(168,168,168)", stroke="none") e6 = ellipse(w=80, h=25, x=90, y=-69, fill="rgb(168,168,168)", stroke="none") c3 = circle(r=25, x=80, y=-60, fill="rgb(168,168,168)", stroke="none") show(c1, c2, e1, e2, e3, e4, e5, e6, c3) c2 = circle(r=15, x=-20, y=-70, fill="rgb(168,168,168)", stroke="none") e1 = ellipse(w=50, h=40, x=-12, y=-80, fill="rgb(168,168,168)", stroke="none") | rotate(-25) e2 = ellipse(w=40, h=30, x=-35, y=-70, fill="rgb(168,168,168)", stroke="none") | rotate(-25) e3 = ellipse(w=38, h=24, x=-79, y=-33, fill="rgb(168,168,168)", stroke="none") e4 = ellipse(w=38, h=24, x=-90, y=-40, fill="rgb(168,168,168)", stroke="none") e5 = ellipse(w=38, h=24, x=-100, y=-53, fill="rgb(168,168,168)", stroke="none") e6 = ellipse(w=80, h=25, x=-90, y=-69, fill="rgb(168,168,168)", stroke="none") c3 = circle(r=25, x=-80, y=-60, fill="rgb(168,168,168)", stroke="none") show(c2, e1, e2, e3, e4, e5, e6, c3) base_white = rectangle(w=350, h=200, x=0, y=-176, fill='white', stroke='none') show(base_white)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login