Computer Science, asked by vibraniumsilver3401, 8 months ago

Turtle-11-7: what are the names of the instances in the following code? please put one instance per blank space and enter them in the order that the computer would read them.
import turtle
wn = turtle.screen()
jazz = turtle.turtle()
jazz.forward(50)
jazz.right(90)
pop = turtle.turtle()
pop.left(180)
pop.forward(76)

Answers

Answered by Anonymous
3

Answer:

turtle-11-2: Which is the correct way to make a new instance of the Turtle class? When making a new instace of the turtle class, you need to use dot notation. Yes, this is the correct way. turtle represents the class and should be first.

Answered by GLS1
1

Answer:

Turtle-11-2: Which is the correct way to make a new instance of the Turtle class? When making a new instace of the turtle class, you need to use dot notation. Yes, this is the correct way. turtle represents the class and should be first

Explanation:

Please mark as Brainliest answer

Similar questions