📜  python代码示例中的浮点数是什么意思

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

代码示例1
V = float(input('enter a number= '))
print(V)
#it goes into a decimal 
#therefore float is used to changes the number to decimal
COPY THIS CODE TO CHEACK