python-by-example-150-chall.../challenges27-34/challenge-028.py
2025-05-26 06:49:34 +08:00

4 lines
119 B
Python

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