摘要: #!/usr/bin/python # coding utf-8 name = '?' if name == 'python': print('欢迎BOSS') else: print('输入错误') 阅读全文
posted @ 2016-12-09 16:53 打不死的--蟑螂 阅读(405) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/python # coding utf-8 dic={ '123':'一等奖', '345':'二等奖', '678':'三等奖', '789':'四等奖', } msg1=input('请选择彩票号码: ') # # print(msg1) # print(type(msg1)) if msg1 not in dic: print... 阅读全文
posted @ 2016-12-09 16:51 打不死的--蟑螂 阅读(86) 评论(0) 推荐(0) 编辑
摘要: # 求出1-100全部奇数。 n = 1 while n >>>>>>>end>>>>>>>') 阅读全文
posted @ 2016-12-09 16:48 打不死的--蟑螂 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 求出1-100全部偶数。 n = 1 while n >>>>>>>end>>>>>>>') 阅读全文
posted @ 2016-12-09 16:46 打不死的--蟑螂 阅读(140) 评论(0) 推荐(0) 编辑