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