Python Turtle Flashcards
(5 cards)
1
Q
What is Go forward in Python turtle?
A
turtle.forward
2
Q
What is Go backward in Python turtle?
A
turtle.backward
3
Q
What is Go right in Python turtle?
A
turtle.right
4
Q
What is Go left in Python turtle?
A
turtle.left
5
Q
A