Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ pong.py
File
pong.py
Python/pong.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
turtle
2
3
wn = turtle.Screen()
4
wn.title(
"Pong by @sugashsm"
)
Callers
nothing calls this directly
Calls
15
title
Method · 0.80
bgcolor
Method · 0.80
setup
Method · 0.80
tracer
Method · 0.80
shape
Method · 0.80
color
Method · 0.80
shapesize
Method · 0.80
penup
Method · 0.80
goto
Method · 0.80
hideturtle
Method · 0.80
write
Method · 0.80
listen
Method · 0.80
Tested by
no test coverage detected