0
"3"+"7" will give the output:
4 odpowiedzi
+ 4
Nope!
There is no print statement
+ 2
Go into Sololearn's Code section, press "+ Add Code", select Python and try it out. It's a quicker way to get the answer, and you will gain better understanding first hand.
+ 1
37
0
37
because It is string- str()
I mean:
print ("3" +"7")
same code:
print(str(3)+ str(7)