4 lines
96 B
Python
4 lines
96 B
Python
![]() |
number = float(input('Enter number with lots of decimal number : '))
|
||
|
print(round(number*2, 2))
|
||
|
|