Post

Python Programming
Python Programming@PythonPr·
It's quiz time friends, comment your answers 🤔🤔🤔
Python Programming tweet media
English
116
31
462
40.6K
Yash
Yash@buildwithyash·
@PythonPr It’s 23 beacuse string plus string
English
1
0
27
2.4K
Karan
Karan@Karan_Timothy·
@PythonPr 23. String concatenation.
English
1
0
6
1.2K
Ritchie Ng
Ritchie Ng@RitchieNg·
@PythonPr This is when the JavaScript equivalent gives you nightmares
English
0
0
5
2.1K
Æ
Æ@JalalideenI·
@PythonPr This is more like you are concatenating twi strings so I thing the answer will be 23 not 23 as a number
English
1
0
4
714
GaurJBharath
GaurJBharath@GaurJBharath·
@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
0
0
3
389
@numbers97413
@numbers97413@numbers97413·
@PythonPr I'm just studying this for a university course in python 😀
English
0
0
2
202
andrewthecoder
andrewthecoder@_andrewthecoder·
@PythonPr 23. The quotes will interpreted as strings so that the + operator becomes concatenation rather than addition.
English
0
0
2
569
Sudha Rani
Sudha Rani@SudhasWorld·
@PythonPr 23, as a and b variable is string type not numeric.
English
0
0
1
102
Teilen