python编程很好的入门材料,包括讲义和源码.

源代码在线查看: function.py

软件大小: 455 K
上传用户: luyibo54618
关键词: python 编程 材料 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

				#-------------------------------------------------------------------------------
				# 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..." )
							

相关资源