Discussion
Do not post solutions here. This page is intended only to ask questions about problem, tips if you stuck or discuss problem in general.
Loading
Just a moment, getting data from the server
What causes runtime error on Python example my code works properly but i get runtime error. I know only one reason for that when your code tries to divide a number to zero but there is no division can someone please explain it to me?
y___ Division by zero is just one example of a runtime error. In Python, there are many other potential runtime issues, such as type conversion errors or accessing an array element out of bounds. In your case, the error occurs when attempting to convert a string to a number:
ValueError: Exceeds the limit (4300 digits) for integer string conversion: value has 10000 digits; use sys.set_int_max_str_digits() to increase the limit