Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
from
datetime
import
datetime
15
16
def
jump(distanz, winkel=0):
17
penup()
18
right(winkel)
19
forward(distanz)
20
left(winkel)
21
pendown()
22
23
def
hand(laenge, spitze):
24
fd(laenge*1.15)
Callers
3
test_jumptoline
Method · 0.85
make_hand_shape
Function · 0.85
clockface
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_jumptoline
Method · 0.68