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