摘要:
user_name = 'yasuo' password = '888' i = 3 while i > 0: zh = input("请输入你的账号:") i -= 1 if zh == user_name: mm = input("请输入你的密码:") if mm == password: print("登陆中,请稍等...") ... 阅读全文
posted @ 2018-09-16 21:38
Final-illusion
阅读(421)
评论(0)
推荐(0)
摘要:
products = ['Iphone8',6888],['Macpro',14800],['小米6',2499],['Coffee',31],['Book',80],['Nike',799] shopping_car = [] while True: print('----------商品列表----------') for index, p in enumerate(pro... 阅读全文
posted @ 2018-09-16 21:30
Final-illusion
阅读(159)
评论(0)
推荐(0)

浙公网安备 33010602011771号