Dorothydu's picture
Add files using upload-large-folder tool
11c6595 verified
import math
num1 = round(float(input("Enter a number with decimal: ")),2)
print(num1 * 2)