Mar-25-2020, 08:03 PM
(This post was last modified: Mar-25-2020, 08:03 PM by deanhystad.)
You cannot strip that stuff out because it isn't there. kpbs[14] returns a tuple, and this is how a tuple prints. If you want pretty formatting you should look at using "format". If you are fine with just 1918, you can get the string from the tuple and print that.
Do you think there's a chance your other problems are also caused by the fact that you are using a tuple instead of a string?
Do you think there's a chance your other problems are also caused by the fact that you are using a tuple instead of a string?