Post

Sergei Kotov
Sergei Kotov@kotov_dev·
@Python_Dv The result is 8. x and y are integers, so + means mathematical addition: 5+3=8. Quick tip: If x="5" and y="3" (strings), then x+y would give "53" (concatenation). The type matters!
English
0
0
0
396
Hamid Shahid
Hamid Shahid@ch_hamid77·
@Python_Dv The result is 8. A simple arithmetic sum operation is applied between two variables, x and y, storing the integers 5 and 3.
English
0
0
0
201
GbaJa
GbaJa@alchemist799253·
@Python_Dv 4, the "result" in the output is defined as variable Need to be {result}
English
0
0
0
42
Paylaş