MCPcopy 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
56def 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
61def hard():

Callers 1

welcomeFunction · 0.85

Calls 1

guessing_gameFunction · 0.85

Tested by

no test coverage detected