Question: Having trouble with python coding. The following code should ask the user for a number, then print that number times 2 (so if the user
Having trouble with python coding.
The following code should ask the user for a number, then print that number times 2 (so if the user enters 10, the correct output should be 20)
number = input("what is your number?")
ans = number * 2
print("the answer is ", ans)
How do i fix it?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
