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

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

代码示例2
foo = "seven"

print("She lives with " + foo + " small men")