import math num1 = round(float(input("Enter a number with decimal: ")),2) print(num1 * 2)