05 2019 档案
摘要:money = int(input("请输入预算:"))shop = [['1','iphone8',5888],['2','kndle',988],['3','ps4 pro',2800],['4','psv',1200], ['5','psvtv',450],['6','ps4 controle
阅读全文
摘要:shopping_mail = [ ('Iphone',58000), ('Mac Pro',98000), ('Bike',8000), ('Watch',106000), ('Coffee',310), ('Alex Python',1200),]shopping_cart = []salary
阅读全文
摘要: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
阅读全文
浙公网安备 33010602011771号