A Python student is trying to write a program that gets a number from the user, multiplies it by 2 and prints the result. Unfortunately, something is wrong with the code and it doesn't work as expected:
number = input()
print(number * 2)Change the first line to correct the mistake! Write it in the box below. Don't copy the last line.