Page 68 - Computer Class 03
P. 68
Left (LT)
This command is used to move the turtle in the anti-
clockwise direction, i.e., to the left side of its head.
Here, the move are measured in degrees.
Command: LT space number of degrees
Enter/Execute
Example: Type LT 90 in the Command Input Box and LT 90
press Enter or Execute.
Output: The turtle will move 90 degrees anti-
clockwise.
Right (RT)
This command is used to move the turtle in the
clockwise direction, i.e., to the right side of its head.
Here, the moves are measured in degrees.
Command: RT space number of degrees,
Enter/Execute
Example: Type RT 90 in the Command Input Box and RT 90
press Enter or Execute.
Output: The turtle will move 90 degrees clockwise.
Print (PR)
This command is used to display text or numbers in the commander
window. In a single command, we can either type text or numbers.
Command : PRINT space Text/Number, Enter/Execute
Example : PRINT 146 Enter
Output : 146 will be displayed on the screen.
PRINT 146
Example : PRINT [I live in India] Enter
Computer-3 68