首页题库练习题目详情
Python程序设计单选题中等

Python2 中的 print 语句与 Python3 中的 print 函数有何区别?

APython2 中的 print 是函数,Python3 中的 print 是语句
BPython2 中的 print 是语句,Python3 中的 print 是函数
C两者没有区别
DPython3 中的 print 不支持多个参数