Files
python-by-example-150-chall…/challenges27-34/challenge-027.py

3 lines
85 B
Python
Raw Normal View History

2019-07-17 09:56:46 +03:00
number = float(input('Enter number with lots of decimal number : '))
print(number*2)