24.1k views
5 votes
Help me pls!!! last question

Tori needs to turn her Turtle to the left 90 pixels. Which line of code should Tori use?

tina(90)
tina.back(90)
tina.left(90)
tina.right(90)

User SDIDSA
by
8.4k points

2 Answers

5 votes

Answer: Option C is the correct line of code Tori should use.

tina.left(90)

Step-by-step explanation:

I took the test and got it correct, you can trust me.

, Hope this helps :)

Have a great day!!

User Mounir Elfassi
by
8.3k points
3 votes

Answer:

tina.left(90)

Step-by-step explanation:

In code if you want your character to turn left you put "left" in your code and if you want your character to go right type "right" and so on and so on so your answer is tina.left(90)

User Husin Wijaya
by
7.3k points