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
Youtube
By
Irfan
Run
r= rectangle(h=300,w=300,fill = "white", stroke = "none") r1 = rectangle(h=150,w=200,fill = "#f60000",stroke="none") c = circle(r=10,x=-95,y=65,fill = "#f60000",stroke="none") c1 = circle(r=10,x=95,y=65,fill = "#f60000",stroke="none") c2 = circle(r=10,x=-95,y=-65,fill = "#f60000",stroke="none") c3 = circle(r=10,x=95,y=-65,fill = "#f60000",stroke="none") l = line(-100,65,-100,-70,stroke_width = 10,stroke = "#f60000") l1 = line(100,65,100,-70,stroke_width = 10,stroke = "#f60000") p = polygon([point(-30,50),point(-30,-50),point(60,0)],fill="white",stroke="none") show(r,r1,p,c,l,c1,c2,c3,l1)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login