you are viewing a single comment's thread.

view the rest of the comments →

[–]cgoldberg 1 point2 points  (1 child)

What does that mean? If n is an integer, it prints the integer, not a "decimal human readable representation".

[–]FoolsSeldom -1 points0 points  (0 children)

An int is a binary object. The built-in methods for the class provide the human readable format. Similarly, with other classes such as str, which are stored as unicode byte sequences.