3 lines
85 B
Python
3 lines
85 B
Python
number = float(input('Enter number with lots of decimal number : '))
|
|
print(number*2)
|