MCPcopy 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
51def 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
56def medium():

Callers 1

welcomeFunction · 0.85

Calls 1

guessing_gameFunction · 0.85

Tested by

no test coverage detected