Solved

Which of the Following Will Determine If the Turtle's Pen

Question 27

Multiple Choice

Which of the following will determine if the turtle's pen is up and will change it to down if that is the case?


A) if turtle.isup() :
Turtle.isdown()
B) if turtle.isdown
Turtle.penup()
C) if not(turtle.isdown() ) :
Turtle.pendown()
D) if not(turtle.penup() )
Turtle.penup()

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions