0
Integer concatenation
Is it impossible to get an output?like: 21 26 27 Exactly in a straight row. strings work but integer blocks me with err.
2 Answers
+ 5
print(21,26,27)
+ 4
Convert both numbers to string
Concatenate both strings into one, as this is comparatively easy
Convert this concatenated string back to integer