Computer Science, asked by pimpalkarpreeti11, 2 months ago

i.
print(2+12) is
a. Error
b. 14
C. 0
d. 2+12​

Answers

Answered by goldenwind
1

14.

print(2+12) will return 14.

Answered by karanvthakur1122
0

Answer:

B. 14.

Explanation:

In python, if you

type

print(2+12)

gives result 14.

and error in others.

Similar questions