【发布时间】:2013-01-09 08:13:58
【问题描述】:
我没想到,但是:
print "AAAA",
print "BBBB"
将输出:
AAAA BBBB
中间有一个额外的空间。这实际上是documented。
我怎样才能避免那个多余的空间?文档说:
In some cases it may be functional to write an empty string to standard output for this reason.
但我不知道该怎么做。
【问题讨论】: