"3"+"7" will give the output: | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

"3"+"7" will give the output:

5th Oct 2021, 8:40 AM
Angelica Saha
4 Answers
+ 4
Nope! There is no print statement
5th Oct 2021, 8:42 AM
Simba
Simba - avatar
+ 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.
5th Oct 2021, 9:23 AM
Brian
Brian - avatar
+ 1
37
5th Oct 2021, 8:40 AM
Machine_Learner
Machine_Learner - avatar
0
37 because It is string- str() I mean: print ("3" +"7") same code: print(str(3)+ str(7)
5th Oct 2021, 9:18 AM
Sarmad Saad
Sarmad Saad - avatar