摘要: #!/usr/bin/python# -*- coding: utf-8 -*-# msg_dic={# 'apple':10,# 'tesla':100000,# 'mac':3000,# 'lenovo':30000,# 'chicken':10,# }## goods=[]# while Tr 阅读全文
posted @ 2017-12-15 01:03 wuyanzu 阅读(150) 评论(0) 推荐(0)
摘要: #!/usr/bin/python# -*- coding: utf-8 -*-# print ('hello world')# name = "tom"# name2='tom'# print(name == name2)# print(name is name2)## name3 = 'alle 阅读全文
posted @ 2017-12-08 09:23 wuyanzu 阅读(209) 评论(0) 推荐(0)