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 Model
By
MUHAMMED ABID
Run
r1 = rectangle(x=0, y=100, w=300, h=100, fill="#FF9933", stroke="none") r2 = rectangle(x=0, y=0, w=300, h=100, fill="#FFFFFF", stroke="none") r3 = rectangle(x=0, y=-100, w=300, h=100, fill="#138808", stroke="none") c=circle(r=50,stroke="#000080") p1=Point(x=50,y=0) p2=Point(x=-50,y=0) p3=Point(x=0,y=50) p4=Point(x=-0,y=-50) p5=Point(x=35,y=35) p6=Point(x=-35,y=-35) p7=Point(x=-35,y=35) p8=Point(x=35,y=-35) l1=Line(start=p1,end=p2,stroke="#000080") l2=Line(start=p3,end=p4,stroke="#000080") l3=Line(start=p5,end=p6,stroke="#000080") l4=Line(start=p7,end=p8,stroke="#000080") show(r1, r2, r3,c,l1,l2,l3,l4)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login