Computer Science, asked by ayushi3381, 7 months ago

the following code is not giving desired output. we want to input value as 20 an optical output as 40. identify the problem is required correction in the code - x=input(enter number)
y=x*4
print (y)​

Answers

Answered by Disguiseman
3

Answer:

y=x*2

Explanation:

Python Ninja, I can turn coffee into code.

Similar questions