Why is my UI not reading this integer as a 2 digit number in Python
I just need to know why my UI doesn’t read the integer ’14’ as a 2 digit number instead of 2 1 digit numbers. I need the for loop that assigns pack to checkPackage because I need pack to represent whatever package id is entered. I originally took out the ‘int’ part, and it wouldn’t assign pack to the package ids at all