Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ paddle_b_up
Function
paddle_b_up
Python/pong.py:62–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
paddle_a.sety(y)
61
62
def
paddle_b_up():
63
y = paddle_b.ycor()
64
y += 20
65
paddle_b.sety(y)
66
67
def
paddle_b_down():
68
y = paddle_b.ycor()
Callers
nothing calls this directly
Calls
2
ycor
Method · 0.80
sety
Method · 0.80
Tested by
no test coverage detected