What is the output of this code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the output of this code?

x = 5 y = x + 3 y = int(str(y) + "2") print(y)

5th Nov 2020, 1:59 AM
Herlanto Exaudi Sitompul
Herlanto Exaudi Sitompul - avatar
2 Answers
+ 8
Run this code on your computer or code playground, you will find the answer.
5th Nov 2020, 2:00 AM
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~ - avatar
+ 6
82 is the answer
5th Nov 2020, 2:41 AM
ツSampriya😘ツ
ツSampriya😘ツ - avatar