Source code -
num = int(input("Enter the value:"))
conversion = 1000 * num
print("The answer is --",conversion)