It won't give me the output. Could I get some help? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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)

30th Dec 2020, 7:10 PM
₭ȊṊ₲
₭ȊṊ₲ - avatar
2 Answers
+ 3
It works just fine 😃 with 82 as output. What output were you expecting?
30th Dec 2020, 7:16 PM
Tomiwa Joseph
Tomiwa Joseph - avatar
+ 2
Coding Guru So you mean it is not giving you the output? Then maybe it has a thing to do with indentions
31st Dec 2020, 1:46 AM
noteve
noteve - avatar