Lines Matching defs:right
33 command turtle.right(25), and it rotates in-place 25 degrees clockwise.
135 'pu', 'radians', 'right', 'reset', 'resizemode', 'rt',
590 Return text item and x-coord of right bottom corner
595 anchor = {"left":"sw", "center":"s", "right":"se" }
1049 'standard' to the right (east) counterclockwise
1075 urx -- a number, x-coordinate of upper right corner of canvas
1076 ury -- a number, y-coordinate of upper right corner of canvas
1581 grade, or gradian and equals 1/100-th of the right angle.)
1660 def right(self, angle):
1661 """Turn turtle right by angle units.
1663 Aliases: right | rt
1668 Turn turtle right by angle units. (Units are by default degrees,
1675 >>> turtle.right(45)
2014 rt = right
2161 and likewise left/right make the turtle turn instantly.
3433 align (optional) -- one of the strings "left", "center" or right"
3437 turtle position according to align ("left", "center" or right")
3439 If move is True, the pen is moved to the bottom-right corner
3721 edge of the screen, if negative from the right edge
4029 right(90)
4031 right(90)
4033 right(180)
4044 right(90)
4052 right(90)
4138 tri.write("CAUGHT! ", font=("Arial", 16, "bold"), align="right")