Which of the following is not a python graphic statement?
right()
backward()
range()
forward()
Answers
Answered by
0
Answer:
right()
Explanation:
in python turtle ..the turtle moves up, down and left and right ..left and right operations are performed by using forward and and backward keywords..right() is not used
Similar questions