Обговорення
Не розміщуйте рішення тут. Ця сторінка призначена лише для того, щоб ставити питання стосовно задачі, ділитися порадами, якщо у вас виникли труднощі, або обговорювати проблему взагалі.
Завантаження
Секундочку, отримую дані з серверу
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