PaulPeterson1
4 years agoQrew Assistant Captain
Re: invalid literal for int() with base 10:
The error message invalid literal for int() with base 10 would seem to indicate that you are passing a string that's not an integer to the int() function . In other words it's either empty, or has a character in it other than a digit.
------------------------------
Paul Peterson
------------------------------
------------------------------
Paul Peterson
------------------------------