摘要:1 """ 2 3 if 条件1: 4 内容 5 elif 条件2: 6 内容2 7 elif 条件3: 8 内容3 9 else: 10 内容 11 12 13 14 15 inp = input('>>>>') 16 inp2 = input("======") 17 18 if inp == "1": 19 print(...
阅读全文
posted @ 2017-08-18 22:00
posted @ 2017-08-18 22:00