Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions