摘要:
1 # guess LuckyNum 2 # 练习使用if_else语句 3 # 使用循环语句while 4 # 与、或、非 and、or、not 5 6 MyLuckNum = 66 7 NumInput = 0 8 GuessCount = 5 9 # while True: 10 while 阅读全文
posted @ 2018-01-23 15:54
李雄飞
阅读(238)
评论(0)
推荐(0)
摘要:
# guess LuckyNum# 练习使用if_else语句# 使用循环语句while# 与、或、非 and、or、notMyLuckNum = 66NumInput = 0GuessCount = 5# while True:while MyLuckNum != NumInput and Gue 阅读全文
posted @ 2018-01-23 09:54
李雄飞
阅读(157)
评论(0)
推荐(0)

浙公网安备 33010602011771号