核心区别总结表特性Python2Python3说明打印语句print"Hello"print("Hello")Python3将print变成一个函数,更符合Python的函数式风格,整数除法5/2结果是25/2...