摘要:
http://outofmemory.cn/code-snippet/9098/python-list-contains-with-in-not-in 阅读全文
摘要:
这里可能会用到字典的知识, 字典主要是用来存储最后的统计结果。 字典的用法:http://www.runoob.com/python/python-dictionary.html https://www.cnblogs.com/RENQIWEI1995/p/7931374.html 关于统计的网站: 阅读全文
摘要:
https://www.cnblogs.com/RENQIWEI1995/p/7931374.html 最常用的代码举例: dict = {'Name': 'Zara', 'Age': 7, 'Class': 'First'}keys=dict.keys()values=dict.values()p 阅读全文