- 3
Answer
x = 10 y = x + 6 y = int(str(y) + "4") print (y)
2 Answers
+ 2
little sparky
164
Explanation is here
https://www.sololearn.com/Discuss/2683726/?ref=app
0
https://www.sololearn.com/discuss/1316935/?ref=app
x = 10 y = x + 6 y = int(str(y) + "4") print (y)