()
| 267 | It is called when the player enters the 'quit' command. |
| 268 | """ |
| 269 | def quit_game(): |
| 270 | os.system('clear') |
| 271 | print("\n\t\tThanks for playing!\n") |
| 272 | print("\t\tMade with ❤️ and 🐍 by RAO.exe\n") |
| 273 | sys.exit() |
| 274 | |
| 275 | # ---- Main Screen Selection ---- # |
| 276 | """ |
no outgoing calls
no test coverage detected