what is the difference between LT and RT command
Answers
Answered by
6
Answer:
LT mean left command &RT means Right Command.
Answered by
3
Logo
The Left (lt) and Right (rt) are commands used to change the turtle direction in the logo software.
The basic Logo Drawing Commands push the Turtle forward and backward, and turn it either right or left. Each of these commands must be accompanied by a value called as its argument. The argument for rt which is the right change direction and lt which is left change direction are angles that should be any integer.
Similar questions