摘要: shopping_cart1 1 #Author:EO 2 salary=input("your salary=") 3 list=[salary,'Mac pro','iphone','bicycle','latte'] 4 _list=[salary,12000,5800,1000,30] 5 阅读全文
posted @ 2020-08-06 18:42 lokanatha 阅读(77) 评论(0) 推荐(0)
摘要: #Author:EO import sys username='EO' password='xueqiwoaini' blacklist=[] for i in range(3): _username = input('username=') if _username in blacklist: p 阅读全文
posted @ 2020-08-03 23:18 lokanatha 阅读(49) 评论(0) 推荐(0)