a better and less complicated version of my old palindrome thing https://scratch.mit.edu/projects/311724032/ changes made: - if the reversed number has 0's at the start, it will remove them. (for example, in the old one, 610 reversed would display as 016. in this one, it will just display 16.) - tells you when the unfixable floating point error thing happens - less messiness in the code - its just better