What is the output of the following
code?
a,b=12,13
print(print(a+b)
Answers
Answered by
2
Answer:
12 + 13 = 25. So the output of this code will be 25.
Explanation:
HOPE IT HELPS YOU! :):):)
Similar questions