相关代码 |
|
#------------------------------------------------------------------------------- # Define a new function that simply prints out "Game Over!"... #------------------------------------------------------------------------------- def printGameOver(): print "Game Over!" # Now, lets call our new function... printGameOver(); raw_input( "\nPress Enter to exit..." )
相关资源 |
|