📜  类型 de 变量 python 代码示例

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

代码示例1
a=int(5)
b=float(5.6)
c=str("Hello world!")