Pythn design pattern

源代码在线查看: if.py

软件大小: 533 K
上传用户: a6810121
关键词: pattern design Pythn
下载地址: 免注册下载 普通下载 VIP

相关代码

				#: c01:if.py
				response = "yes"
				if response == "yes":
				  print "affirmative"
				  val = 1
				print "continuing..."
				#
				output = '''
				affirmative
				continuing...
				'''
							

相关资源