Menu

Using Iteration (For Loops) - Quiz

1. What must you have at the top of your Python file in order to use Turtle?

import shape
import turtle
import loop
import graphics

2. How would you move the turtle forward by 200?

turtle.forward(200)
turtle.run(200)
turtle.move(200)
turtle.advance(200)

Log in or sign-up to access the quiz



Don't have a login?

You can still revise this topic