Home
last modified time | relevance | path

Searched refs:make_hand_shape (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Demo/turtle/
Dtdemo_clock.py34 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/
Dclock.py34 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)