标签: python
在python中,当我运行此代码时
calories = 565 print('\'calories\':', calories )
返回
("'calories':", 565)
但是我要打印时不带括号和引号,我该怎么做