0

# importing package

import turtle

# use forward by 50 (default = black)

turtle.forward(50)

# change the color of turtle

turtle.color(“red”)

# use forward by 50 (color = red)

turtle.forward(50)

Pavatharni . S Asked question June 6, 2023