4.9k views
2 votes
Which code must be included to use Turtle Graphics?

def main: turtle
import turtle
tina(turtle)
turtle

User Jadli
by
4.1k points

2 Answers

3 votes

Answer: def main:turtle

Explanation: I am so sorry if its wrong

User Eclarkso
by
3.9k points
3 votes

Answer:

import turtle

Step-by-step explanation:

import turtle will import the turtle code into your current source file so you can use it.

User Zavg
by
3.9k points