The following code is not giving the desired output. We want to input
value as 15 and obtain output as 30. Could you pinpoint the problem?
num=input (“Enter Number:”)
result=num * 2
Print(result)
Answers
Answered by
0
Answer:
2 nd line
Explanation:
Similar questions