🌈 搜索
📅  最后修改于: 2022-03-11 14:45:26.415000             🧑  作者: Mango
a = 3.14 b = 1.86 c = a + b d = int(c) print(d)