print(”hello”,”Python World!”,sep='')
你想输出什么?你的问题是什么?
print(”hello”,”Python World!”,sep=', ')Out:hello, Python World!
不是很明确你的问题
print ("helo word")