例如:
a = 5
print("hello world",a)
输出的不就是
>>>hello world 5
为什么后面的不用加“”呢?还有这样的话,和print(“{0}{1}”.format(“hello world”,5)的区别是啥