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
Spider 🕷️ Man
By
Gokul J Dev
Run
c = circle(r=142,stroke_width=10,fill="red") c1 = circle (r=15, stroke_width=3) s1 = line(x1=0, y1=142, x2=0, y2=15, stroke_width=4) | repeat(17, rotate(21)) c2 = circle (r=110, stroke_width=4) c3 = circle (r=75, stroke_width=4) c4 = circle (r=45, stroke_width=4) s2 = ellipse (w=70, h=100, fill="white", stroke_width=20) | rotate(40) | translate(x=-59) s3 = ellipse (w=70, h=100, fill="white", stroke_width=20) | rotate(-40) | translate(x=60) c5 = ellipse (x=0,y=111,w=3, h=1,stroke_width=7) | repeat(17, rotate(21)) c6 = ellipse (x=0,y=76,w=3, h=1,stroke_width=7) | repeat(17, rotate(21)) print("Spider-Man:No Way Home") show(c,c1,c2,c3,c4,c5,c6,s1,s2,s3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login