Python 3.x和Python 2.x的唯一区别就是:print在Python 2.x中是输出语句,而在Python 3.x中是输出函数
A、正确
B、错误