Müzakirə
Həlləri burada yerləşdirməyin. Bu səhifə yalnız məsələ ilə bağlı suallar, məsləhətlər vermək və ya ümumiyyətlə məsələni müzakirə etmək üçün nəzərdə tutulub
Yüklənir
Bir dəqiqə gözləyin, serverdən məlumat alınır
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