📚 Practice Mode

Coding with Python

Learn at your own pace with hints and detailed explanations

1 / 8
Multiple Choice

What does the line, from turtle import * do?

  1. Let's the turtle out of its den.
  2. Makes everything work.
  3. Allows us to use turtle functions like fd() and pu().
  4. Imports the turtle from overseas.