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
2
GMAIL Icon
By
Gayatri
Run
r = rectangle(w=300,h=300,x=0,y=0,fill="black") r1= rectangle(w=200,h=200,x=0,y=0,fill="white",stroke="#d2c5be") l = line(x1=-100,y1=-100,x2=-100,y2=100,stroke="red",stroke_width=15) l2 = line(x1=100,y1=100,x2=100,y2=-100,stroke="red",stroke_width=15) l3 = line(x1=-100,y1=100,x2=0,y2=0,stroke="red",stroke_width=15) l4 = line(x1=0,y1=0,x2=100,y2=100,stroke="red",stroke_width=15) show(r,r1,l,l2,l3,l4)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login