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
Sandeep K
Run
# Kathakali face using Joy :) #kireedam c1 = circle(x=0,y=25,r=100,fill='red', stroke='white', stroke_width=5) c2 = circle(x=0,y=25,r=75,fill='yellow', stroke='white', stroke_width=5) c3 = circle(x=0,y=25,r=60,fill='blue', stroke='white', stroke_width=5) c4 = circle(x=0,y=25,r=40,fill='yellow', stroke='white', stroke_width=5) #face c5 = circle(x=0,y=-50,r=60,fill='green', stroke='white', stroke_width=5) #eyes #right eye c6 = ellipse(x=25,y=-25,w=25,h=12,fill='white', stroke='black', stroke_width=3) c7 = circle(x=25,y=-25,r=5,fill='black', stroke='white') #left eye c8 = ellipse(x=-25,y=-25,w=25,h=12,fill='white', stroke='black', stroke_width=3) c9 = circle(x=-25,y=-25,r=5,fill='black', stroke='white') #kireedam alangaram r1 = rectangle(y=10, w=80, h=25, fill='red', stroke='white') shape = c1 + c2 + c3 + c4 + c5 + c6 + c7 +c8 +c9 + r1 show(shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login