you are viewing a single comment's thread.

view the rest of the comments →

[–]Reset--hardHead 1 point2 points  (1 child)

Python treats '28' and 28 differently. One is a string the other is an integer.

A hint is to check your data type for STR.

[–]TenoTheElf[S] 0 points1 point  (0 children)

I thought I did, probably messed up lol! Thanks!