+ 1
It won't give me the output. Could I get some help?
x = 5 y = x + 3 y = int(str(y) + "2") print(y)
2 Respuestas
+ 3
It works just fine 😃 with 82 as output.
What output were you expecting?
+ 2
Coding Guru
So you mean it is not giving you the output? Then maybe it has a thing to do with indentions