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