madchucky
Results
2
issues of
madchucky
1. I had to refresh the notion of endianness and found following video helpful https://www.youtube.com/watch?v=MEyV7moej-k I guess the idea here is to have the code independent of the platform it...
Different way of substituting the length of the string in format string as the %-formatting is called the "old %-formatting" in the documentation, be it for python: - 2.7 https://docs.python.org/2.7/library/string.html?highlight=string#module-string...