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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!