MCPcopy 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

1import turtle
2
3wn = turtle.Screen()
4wn.title("Pong by @sugashsm")

Callers

nothing calls this directly

Calls 15

titleMethod · 0.80
bgcolorMethod · 0.80
setupMethod · 0.80
tracerMethod · 0.80
shapeMethod · 0.80
colorMethod · 0.80
shapesizeMethod · 0.80
penupMethod · 0.80
gotoMethod · 0.80
hideturtleMethod · 0.80
writeMethod · 0.80
listenMethod · 0.80

Tested by

no test coverage detected