0
value error python
How can i fix this ?? pplus = int(self.num[lenA - 1:lenA]) + int(k) ValueError: invalid literal for int() with base 10: ''
1 Réponse
+ 1
Can you post the rest of your code? I have no idea what those variables are supposed to be
How can i fix this ?? pplus = int(self.num[lenA - 1:lenA]) + int(k) ValueError: invalid literal for int() with base 10: ''