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
VIBGYOR Mini bus
By
JASEEL P
Run
c1 = circle(x=50,y=-50,r=10) c2 = circle(x=50,y=-50,r=20) c3 = circle(x=50,y=-50,r=30) c4 = circle(x=50,y=-50,r=40) show (c1,c2,c3,c4) r1 = rectangle (h=40,w=50,x=20,y=20,fill="Black") r2 = rectangle (h=50,w=30,x=90,y=20,fill="blue") r3 = rectangle (h=20,w=20,x=50,y=-50,fill="Black") r4 = rectangle (h=20,w=20,x=-50,y=-50,fill="Black") r5 = rectangle (h=40,w=50,x=-50,y=20,fill="Black") r6 = rectangle (10) r7 = rectangle (6) show (r1,r2,r3,r4,r5,r6,r7) c11 = circle(x=-50,y=-50,r=10) c22 = circle(x=-50,y=-50,r=20) c33 = circle(x=-50,y=-50,r=30) c44 = circle(x=-50,y=-50,r=40) show (c11,c22,c33,c44)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login