Computer Science, asked by shreyanshchandra4545, 5 months ago

Find the output of the following code snippet.

A=’10’

B=’20’

print(A+B)

A=10

B=20

print(A+B)


Answer fast. I am giving exams​

Answers

Answered by mrani42
0

Please mark me as Brainlist

Answered by Anonymous
2

Answer:

the answer will be 30 i guess

Similar questions