Examveda

What will be the output of the following Python code?
import turtle
t=turtle.Pen()
t.goto(300,9)
t.position()

A. 300.00, 9.00

B. 9, 300

C. 300, 9

D. 9.00, 300.00

Answer: Option A


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python