Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

app.background = 'limeGreen' # mouth Oval ( 2 0 0 , 3 4 0 , 1 2 0 , 4 0 ) Oval ( 2

app.background = 'limeGreen'
# mouth
Oval(200,340,120,40)
Oval(200,345,130,40, fill='limeGreen')
eye = Circle(200,180,100, fill='white', border='chartreuse', borderWidth=10)
Circle(200,180,40, fill='black', border='lightSeaGreen', borderWidth=20)
eyelid = Circle(200,180,100, fill='chartreuse', visible=False)
finger = Circle(-50,200,20, fill='tan')
def onMousePress(mouseX, mouseY):
finger.centerX = mouseX
finger.centerY = mouseY
# When the finger is poking the eye, close the eyelid.
### Place Your Code Here ###
pass

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions