Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ new_game
Function
new_game
Guess_the_number_game.py:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
7
8
def
new_game():
9
global num
10
print(
"new game starts"
)
11
12
13
def
range_of_100():
Callers
1
Guess_the_number_game.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected