课程
/后端开发
/Python
/Python3 入门教程(新版)
order函数怎么用
2022-01-11
源自:Python3 入门教程(新版) 7-6
正在回答
import collections
d1 = collections.OrderedDict()
d1['a'] = 'A'
d1['b'] = 'B'
for k,v in d1.items():
print k,v
举报
python3入门教程,让你快速入门并能编写简单的Python程序
2 回答format什么意思,怎么用
1 回答怎么使用if嵌套循环
2 回答年龄3岁到6岁用代码怎么写
2 回答如果想用while x % 2 != 1 要怎么写啊?
1 回答print内容需要用到 ' 怎么办 比如what‘s