1.

What is the output of the code shown below? import turtle t=turtle.Pen() t.backward(100) t.penup() t.right(45) t.isdown()

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


Discussion

No Comment Found