Im a new learner of python and i was trying an exercise.
It keeps on asking me to add something in the TNavigator but doesnt take anything. Whats wrong?
import turtle
wn = turtle.Screen()
alex = turtle.Turtle
alex.forward()
code specifying to move forward
import turtle
wn = turtle.Screen()
alex = turtle.Turtle
alex.forward(100)
error message with alex.forward(100)
New contributor
Tayyab Saleem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.