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

Function paddle_a_down

Python/pong.py:57–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 paddle_a.sety(y)
56
57def paddle_a_down():
58 y = paddle_a.ycor()
59 y -= 20
60 paddle_a.sety(y)
61
62def paddle_b_up():
63 y = paddle_b.ycor()

Callers

nothing calls this directly

Calls 2

ycorMethod · 0.80
setyMethod · 0.80

Tested by

no test coverage detected