Skip to content

Commit 2a8fdec

Browse files
TJ FerryTJ Ferry
authored andcommitted
Created bulleted list of main public functions
1 parent eb4433c commit 2a8fdec

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ High Scores
44
High Scores module for Python.
55
By Tj Ferry.
66

7-
This module currently supports to main public functions:
8-
* `is_high_score(username, score)` will return True if this is the first score or the highest score for this user. Otherwise False will be returned. The `score` parameter should be numeric (int, long, float, etc.) and NOT a string.
9-
* `print_scores()` prints out a formatted list of all users with their high scores
7+
This module currently supports two main public functions:
8+
+ `is_high_score(username, score)` will return True if this is the first score or the highest score for this user. Otherwise False will be returned. The `score` parameter should be numeric (int, long, float, etc.) and NOT a string.
9+
+ `print_scores()` prints out a formatted list of all users with their high scores
1010

1111
To Do:
12-
1312
- [ ] print_scores() should order the scores from highest to lowest.
1413
- [ ] Move to a class-based implementation

0 commit comments

Comments
 (0)