📅  最后修改于: 2022-03-11 14:45:17.515000             🧑  作者: Mango
代码示例10
a = 1 # integer
b = 1.1 # float
c = 1 + 2j # complex number (a + bi)
d = “a” # string
e = True # boolean (True / False)