嘿,我有一个问题
print ("So, you're %r old, %r tall and %r heavy.") % ( age, height, weight)
该行在python 3.4中不起作用.有人知道如何解决这个问题吗?
python string python-3.x
python ×1
python-3.x ×1
string ×1