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

在 print() 函数中,如果想要输出内容不换行,应该使用哪个参数?

Aend=''
Bend=' '
Cend='\n'
Dend='\t'