1.

What would be the output of the following code snippets? print 4+9 print “4+9”

Answer»

13 (addition)

49 (concatenation).



Discussion

No Comment Found