我有变量的值如1.7m 1.8k和1.2b如何将它们转换为实数值
1.7m = 1700000 1.8k = 1800 1.2b = 1200000000
python numbers
numbers ×1
python ×1