name = raw_input ("What's your name? ") print "Hello",name, "!"
它返回以下内容:
What's your name? John Hello John !
我怎样做到这样John和John之间的空间!没出现?
顺便说一下,这是在Python-2.7中
python python-2.7
python ×1
python-2.7 ×1