Vidyalelo
Python · Q173

Module in Python

Programming · Python · question 173

Q173

What will be the output of the following Python code? import turtle t=turtle.Pen() t.backward(100) t.penup() t.right(45) t.isdown()

A.
True
B.
False
Answer
C.
Yes
D.
No

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board