2018年7月12日

摘要: date = { "新疆分公司":{ "分公司":{ "营销部":{"6人"}, "银保部":{"7人"}, "办公室":{"7人"}, }, "昌吉中支":{ "营销部":{"3人"}, "银保部":{"3人"}, "办公室":{"2人"}, }, "乌鲁木齐中支":{ &qu 阅读全文
posted @ 2018-07-12 17:23 微笑的冬瓜 阅读(120) 评论(0) 推荐(0)
 

2018年5月2日

摘要: #Author:Han Yadong#import copynames =["Zhang" , "Han" ,[1,2,3] ,"Wang"]print(names [1::2])#for i in names :# print(i)'''name2 = copy .deepcopy(names)n 阅读全文
posted @ 2018-05-02 17:49 微笑的冬瓜 阅读(114) 评论(0) 推荐(0)
 
摘要: product_list = [ ("Aphone", 5000), ("Watch",1000), ("Book", 100), ("Food", 50),]shopping_list = []salary = input("Input of your salary:")if salary.isd 阅读全文
posted @ 2018-05-02 17:47 微笑的冬瓜 阅读(96) 评论(0) 推荐(0)
 
摘要: age_oldboy =56count = 0while count<3 : guess_age = int(input("guess age:")) if age_oldboy==guess_age: print("yes,you got it!") break elif guess_age >a 阅读全文
posted @ 2018-05-02 17:45 微笑的冬瓜 阅读(125) 评论(0) 推荐(0)