2017-05-08 68 views

回答

0

這不是格式化程序。在Python 3中,print是一個函數。

formatter = "%r %r %r %r" 
print (formatter % (1, 2, 3, 4))