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