课程
/后端开发
/Python
/初识Python
print("Learn Python in imooc.") print("Learn","Python","in","imooc.")
这两句有什么区别
2018-12-14
源自:初识Python 3-1
正在回答
并无区别,运行结果一样。
学习环境版本是2.7
咱们自己安装最新的已经是3.7.2不太兼容,格式稍微有差别
print("Learn","Python","in","imooc.")
在学习环境下显示的是:('Learn', 'Python', 'in', 'imooc.')
在Python环境下显示是:Learn Python in imooc.
学习环境可能有点不正确
我运行了一下
举报
学python入门视频教程,让你快速入门并能编写简单的Python程序