Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
6
def
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
13
def
start_game():
Callers
1
start_game
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected