python-by-example-150-chall.../challenges27-34/challenge-028.py
2019-07-17 09:56:46 +03:00

4 lines
96 B
Python

number = float(input('Enter number with lots of decimal number : '))
print(round(number*2, 2))