TypeError: not all arguments converted during string formatting. Posted 01 September 2011 - 01:47 AM Hello, this is the first time I deal with Python, the syntax is so much different than C++ which I am too used to. After couple hours I manage to get the random generator program like this: - File MyRNG.py contain the class MyRNG which run ...