例如,我们有:
word = 'Some Random Word' print '"' + word + '"'
是否有更好的方法在变量周围打印双引号?
python python-2.7
python ×1
python-2.7 ×1