摘要: money = int(input("请输入预算:"))shop = [['1','iphone8',5888],['2','kndle',988],['3','ps4 pro',2800],['4','psv',1200], ['5','psvtv',450],['6','ps4 controle 阅读全文
posted @ 2019-05-28 23:01 狼少女丶 阅读(222) 评论(0) 推荐(0) 编辑
摘要: shopping_mail = [ ('Iphone',58000), ('Mac Pro',98000), ('Bike',8000), ('Watch',106000), ('Coffee',310), ('Alex Python',1200),]shopping_cart = []salary 阅读全文
posted @ 2019-05-21 22:24 狼少女丶 阅读(167) 评论(0) 推荐(0) 编辑
摘要: print(ord("A"))print(ord("a"))print(ord("0"))import randomSecChar=[]for i in range(26): SecChar.extend(chr(i+(ord("A"))))for i in range(26): SecChar.e 阅读全文
posted @ 2019-05-15 10:31 狼少女丶 阅读(206) 评论(0) 推荐(0) 编辑