课程
/后端开发
/Python
/初识Python
为什么经常明明输入的是对的却提示运行错误呢,就算复制参考代码进去也是错的
2018-03-15
源自:初识Python 4-2
正在回答
print [i*100+j*10+m for i in range(1,10) for j in range(10) for m in range(1,10) if i==m]
举报
学python入门视频教程,让你快速入门并能编写简单的Python程序