MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / paddle_a_up

Function paddle_a_up

Python/pong.py:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51# Functions
52def paddle_a_up():
53 y = paddle_a.ycor()
54 y += 20
55 paddle_a.sety(y)
56
57def paddle_a_down():
58 y = paddle_a.ycor()

Callers

nothing calls this directly

Calls 2

ycorMethod · 0.80
setyMethod · 0.80

Tested by

no test coverage detected