We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de1c79 commit 064ba12Copy full SHA for 064ba12
main.py
@@ -98,7 +98,7 @@ def run():
98
print(f"\nWorking directory: {working_dir}")
99
print("\nChoose an option:")
100
print("1. Show win percentage")
101
- print("2. Show average checked boxes per prisoner")
+ print("2. Show average number of checked boxes per prisoner")
102
print("3. Show percentage of finds per prisoner")
103
print("4. Exit/Return to main menu")
104
choice = input("Enter your choice: ").strip()
0 commit comments