MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / quit_game

Function quit_game

TEXTVENTURE/game.py:269–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

267It is called when the player enters the 'quit' command.
268"""
269def 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"""

Callers 2

main_screen_selectionFunction · 0.85
promptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected