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