A function to return human readable size from bytes size: >>> human_readable(2048) '2 kilobytes' >>> How to do this? 24 Answers 24 Tags: code-snippetsfilesizepython