Leading and Trailing '0' gives error
https://stackoverflow.com/questions/2146381
Solution
oh, dear. "Trailing" zero gives error because first argument to randint
should be smaller than the second.
Leading zeros are used to represent octal numbers in python-2.x as in many other languages.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow