摘要:
#!/usr/bin/python # coding utf-8 name = '?' if name == 'python': print('欢迎BOSS') else: print('输入错误') 阅读全文
摘要:
#!/usr/bin/python # coding utf-8 dic={ '123':'一等奖', '345':'二等奖', '678':'三等奖', '789':'四等奖', } msg1=input('请选择彩票号码: ') # # print(msg1) # print(type(msg1)) if msg1 not in dic: print... 阅读全文
摘要:
# 求出1-100全部奇数。 n = 1 while n >>>>>>>end>>>>>>>') 阅读全文
摘要:
求出1-100全部偶数。 n = 1 while n >>>>>>>end>>>>>>>') 阅读全文