Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ hard
Function
hard
Guessing_Game.py:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
60
61
def
hard():
62
print(
"You are to guess a number between 1 and 50 in no more than 3 attempts."
)
63
guessing_game(50, 3)
64
65
66
def
try_again():
Callers
1
welcome
Function · 0.85
Calls
1
guessing_game
Function · 0.85
Tested by
no test coverage detected