关于print()函数,下列描述不正确的是?
print()函数是python的内置函数,用户打印输出
print()函数输出多个对象时,需要用´,´分隔
print()函数默认以´空格´结尾
print(´123´,end=´... ...´语句中的end是用来设定结尾符号的)