Vidyalelo
Python · Q61

Module in Python

Programming · Python · question 61

Q61

The following Python code will result in an error. import turtle t=turtle.Pen() t.speed(-45) t.circle(30)

A.
True
B.
False
Answer

Answer: Option B

Solution

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