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