Returns a human-friendly string representing a file size
that is 2-4 characters long.
For example, depending on the number of bytes given, can be one
of:
- Parameters:
- size
int
The size of the file (in bytes)
- Returns:
- size
str
A human-friendly representation of the size of the file