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
INDIAN FLAG
By
Azeem fayiz
Run
r=rectangle (w=200,h=50,y=50, fill="orange") show(r ) r=rectangle(w=200,h=50,fill="white") show(r) r=rectangle(w=200,h=50, y=-50,fill="green") show(r) c=circle(stroke="white",fill="blue",r=23.5) show(c) c=circle(r=19, stroke="white") show(c) c=circle(r=15,stroke="white") show(c) c=circle(r=11,stroke="white") show(c) c=circle(r=7,stroke="white") show(c) c=circle(r=3,stroke="white") show(c) z1=line(stroke="white",x1=20,y1=0,x2=-20,y2=0) z2=line(stroke="white", x1=0,x2=0,y2=-22,y1=20) ow(z2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login