Computer Science, asked by nikhilchandniki143, 6 months ago

The following code does not give correct output. If 40 is given as input, it should
give 120 as output. What is the reason for incorrect output? Correct the code.
num=input("Enter the number:")
tri=num*3
print(tri)

Answers

Answered by venkatanathan20
0

Answer:

b

b

2

4

a

c

2

a

and  

b

+

b

2

4

a

c

2

a

Explanation:

Similar questions