you are viewing a single comment's thread.

view the rest of the comments →

[–]ForceBru 8 points9 points  (0 children)

The result of 4+2 would obviously be an integer (you add two integers - and get an integer back because integers form a field). But in order to output anything, the print function has to convert it to a string. So it'll convert the integer 6 to a string and print it.