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
New Sketch
By
Karthik
Run
R1=rectangle(w=200,h=100,fill='#4287f5') show(R1) R2=rectangle (x=25,w=50,h=25,fill='#9bf542') show(R2) R3=rectangle (x=-60,y=-20,w=20,h=40,fill='#f5bc42') show(R3) c=circle (r=2,x=-55,y=-20) show(c) p1=point (x=-125,y=50) p2=point (x=125,y=50) p3=point (x=0,y=100) shape=polygon ([p1,p2,p3],fill='#f57842') show(shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login