Post

@PythonPr This is when the JavaScript equivalent gives you nightmares
English

@PythonPr Since both a, b are strings, adding these two means string concatenation and hence answer is 23
If its print(a + " " + b) ,answer would be 2 3
English

@PythonPr I'm just studying this for a university course in python 😀
English

@PythonPr 23. The quotes will interpreted as strings so that the + operator becomes concatenation rather than addition.
English

@PythonPr this is what they mean when they say there are no wrong answers
English

@PythonPr 23 string concat
English
































