MCPcopy Index your code
hub / github.com/geekcomputers/Python / show_score

Function show_score

number guessing.py:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5
6def show_score():
7 if len(attempts_list) <= 0:
8 print("There is currently no high score, it's yours for the taking!")
9 else:
10 print("The current high score is {} attempts".format(min(attempts_list)))
11
12
13def start_game():

Callers 1

start_gameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected