Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mrinank-Bhowmick/python-beginner-projects
/ play
Function
play
projects/car game/Game.py:57–59 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
55
56
57
def
play(x, y):
58
playtext = IntroFont.render(
"PLAY"
, True, (255, 0, 0))
59
screen.blit(playtext, (x, y))
60
61
62
def
ABOUT(x, y):
Callers
1
introscreen
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected