Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mrinank-Bhowmick/python-beginner-projects
/ introImg
Function
introImg
projects/car game/Game.py:29–32 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
27
28
29
def
introImg(x, y):
30
intro = pygame.image.load(
"intro.png"
)
31
32
screen.blit(intro, (x, y))
33
34
35
def
instructionIMG(x, y):
Callers
1
introscreen
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected