MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / jump

Function jump

tools/python-3.11.9-amd64/Lib/turtledemo/clock.py:16–21  ·  view source on GitHub ↗
(distanz, winkel=0)

Source from the content-addressed store, hash-verified

14from datetime import datetime
15
16def jump(distanz, winkel=0):
17 penup()
18 right(winkel)
19 forward(distanz)
20 left(winkel)
21 pendown()
22
23def hand(laenge, spitze):
24 fd(laenge*1.15)

Callers 3

test_jumptolineMethod · 0.85
make_hand_shapeFunction · 0.85
clockfaceFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_jumptolineMethod · 0.68