运维网's Archiver
论坛
›
Python
› 在Eclipse中进行python开发
-★出爺;3
发表于 2017-4-22 12:02:57
在Eclipse中进行python开发
在Eclipse中使用PyDev进行Python开发
转载自:http://www.crifan.com/eclipse_use_pydev_develop_python/
【Python 2.x和Python 3.x中print函数语法方面的区别】
最简洁的解释为:
Python 2.x: print函数(所要打印的内容)不带括号
Python 3.x: print函数(所要打印的内容),必须带括号
页:
[1]
查看完整版本:
在Eclipse中进行python开发