MCPcopy 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
61def 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
66def try_again():

Callers 1

welcomeFunction · 0.85

Calls 1

guessing_gameFunction · 0.85

Tested by

no test coverage detected