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
City
By
Zyed Yoosef
Run
fill = color(r=255, g=255, b=0, a=0.75) fill1 = color(r=255, g=255, b=0, a=0.85) s1 = rectangle(w=5000, h=5000, fill="blue", stroke="none") s3 = rectangle(w=100, h=200, x=100, y=-50, fill="white", stroke="none") s4 = rectangle(w=25, h=25, x=80, y=0, fill="#87ceeb", stroke="none") s5 = rectangle(w=15, h=25, x=100, y=-140, fill="brown", stroke="none") s6 = rectangle(w=25, h=25, x=120, y=0, fill="#87ceeb", stroke="none") c1 = circle(r=100, fill="white", x=-150, y=150, stroke="none") s7 = rectangle(w=25, h=25, x=80, y=-50, fill="#87ceeb", stroke="none") s8 = rectangle(w=25, h=25, x=120, y=-50, fill="#87ceeb", stroke="none") s9 = rectangle(w=25, h=25, x=120, y=-100, fill="#87ceeb", stroke="none") s10 = rectangle(w=25, h=25, x=80, y=-100, fill="#87ceeb", stroke="none") s2 = rectangle(w=1000, h=50, x=0, y=-150, fill="grey", stroke="none") s11 = rectangle(w=90, h=10, x=100, y=55, fill="white", stroke="none") s12 = rectangle(w=80, h=10, x=100, y=65, fill="white", stroke="none") s13 = rectangle(w=70, h=10, x=100, y=75, fill="white", stroke="none") s14 = rectangle(w=60, h=10, x=100, y=85, fill="white", stroke="none") s15 = rectangle(w=50, h=10, x=100, y=95, fill="white", stroke="none") s16 = rectangle(w=40, h=10, x=100, y=105, fill="white", stroke="none") s17 = rectangle(w=10 , h=100, x=100, y=160, fill="black", stroke="none") s18 = rectangle(w=65, h=25, x=-15, y=-80, fill="#87ceeb", stroke="none") + rectangle(w=100, h=30, x=-15, y=-108, fill="red", stroke="none") + circle(r=15, fill="black", x=15, y=-120, stroke="none") + circle(r=15, fill="black", x=-45, y=-120, stroke="none") p1 = point(x=-50, y=-100) p2 = point(x=-150, y=-100) p3 = point(x=-150, y=-120) shape1 = polygon([p1, p2, p3], fill=fill, stroke="none") s19 = circle(r=5, fill=fill1, x=-55, y=-100, stroke="none") s20 = circle(r=8, x=15, y=-120, fill="grey", stroke="none") + circle(r=8, x=-45, y=-120, fill="grey", stroke="none") show(s1, s2, s3, s4, s5, c1, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15, s16, s17, s18, shape1, s19, s20)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login