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
Alphabets
By
Zyed Yoosef
Run
c1 = circle(r=50, x=0, y=50, fill="red", stroke="none") c2 = circle(r=50, x=0, y=-50, fill="red", stroke="none") c3 = circle(r=25, x=0, y=-50, fill="white", stroke="none") c4 = circle(r=25, x=0, y=50, fill="white", stroke="none") s1 = rectangle(w=25, h=200, x=-45, y=0, fill="red", stroke="none") s2 = rectangle(w=40, h=25, x=-25, fill="red", stroke="none") s3 = rectangle(w=40, h=25, x=-25, y=87, fill="red", stroke="none") s4 = rectangle(w=40, h=25, x=-25, y=-87, fill="red", stroke="none") show (c1, c2, c3, c4, s1, s2, s3, s4)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login