找考题网-背景图
单项选择题

在Python中,以下哪个语句可以输出不换行?()

A.print("Hello",end="")
B.print("Hello",end="\n")
C.print("Hello",end="\t")