Examveda

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: Option B


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python