python2
-
【iTestCat】Python2\Python3输入输出及区别(Python3自动化教程)
1.1输出 python2中输出可以使用空格或者小括号。 示例: print "hello itestcat"或者 print("hello itestcat") python3中输出只能小括号。 示例: print("hello itestcat") 1.2 输入 Python2中,…
1.1输出 python2中输出可以使用空格或者小括号。 示例: print "hello itestcat"或者 print("hello itestcat") python3中输出只能小括号。 示例: print("hello itestcat") 1.2 输入 Python2中,…