Vidyalelo
Python · Q73

Module in Python

Programming · Python · question 73

Q73

The command used to set only the x coordinate of the turtle at 45 units is:

A.
reset(45)
B.
setx(45)
Answer
C.
xset(45)
D.
xreset(45)

Answer: Option B

Solution

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