📜  如何在python代码示例中创建变量

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

代码示例4
hello = "hi there"
print(hello)