Stackoverflow
This is most likely a very, very simple solution but my tired brain simply can't come up with it.
As the title suggests, I'd like to write a function that's able to convert a number like:
493205
Into a string of:
"49g 32s 5c"
What would be the most logical way of doing this?