摘要:
python中列表排序,字典排序,列表中的字典排序 -- encoding=utf-8 -- python3代码 import operator #一. 按字典值排序(默认为升序) x = {1:2, 3:4, 4:3, 2:1, 0:0} sorted_x = sorted(x.iteritems 阅读全文
摘要:
#安装 我的python版本是python3.8 安装老是出错 经过试验成功的命令 pip3 install PyQt5-tools -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com 安装的路径就在你的python文件的D 阅读全文