2018年1月14日
摘要: 自己写的 import sys goods=[[1,"milk",5],[2,"bike",800],[3,"iphone",5800]] bought=[] salary=int(input("input your salary:")) for i in goods: print(i) while 1: id=input("input the id of goods whic... 阅读全文
posted @ 2018-01-14 18:54 zechome 阅读(100) 评论(0) 推荐(0)