📅  最后修改于: 2022-03-11 14:47:13.039000             🧑  作者: Mango
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