Searched refs:make_hand_shape (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Demo/turtle/ |
D | tdemo_clock.py | 34 def make_hand_shape(name, laenge, spitze): function 59 make_hand_shape("second_hand", 125, 25) 60 make_hand_shape("minute_hand", 130, 25) 61 make_hand_shape("hour_hand", 90, 25)
|
/external/python/cpython3/Lib/turtledemo/ |
D | clock.py | 34 def make_hand_shape(name, laenge, spitze): function 59 make_hand_shape("second_hand", 125, 25) 60 make_hand_shape("minute_hand", 130, 25) 61 make_hand_shape("hour_hand", 90, 25)
|