Post

Kehn Marv.rs 🦀
Kehn Marv.rs 🦀@KehnMarv·
@Python_Dv In Python, x = 5 and y = 3 are integers result = x + y performs arithmetic addition → 5 + 3 = 8 print("The result is", result) prints: The result is 8 If x and y were strings ("5" and "3"), the + operator would concatenate, giving "53". But since theyre numbers, its pure add
English
0
0
0
18
that.wallace
that.wallace@ChimedomC·
@Python_Dv Answer is 53 because it adds the elements in the variable together, not arithmetically, but logically.
English
0
0
0
149
Paylaş