print 'a',   #使后面的内容在同一行打印

print 'b'

>>a b

相关文章: