📜  python 打印变量和字符串 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:37.457000             🧑  作者: Mango

代码示例6
var = "Python printing is amazing!"
print(var)