ValueError: invalid literal for int() with base 10: ''

I got this error from my code:

ValueError: invalid literal for int() with base 10: ''.

What does it mean? Why does it occur, and how can I fix it?

← Назад к списку