What logic could I employ to make a program where I insert a number and then be reversed. ex: 123 to 321 PS: has to be a function.
And even more duplicate of How to convert an int number to string in python?
– Woss
https://stackoverflow.com/questions/24953303/how-to-reverse-an-int-in-python IDEONE https://ideone.com/bF8dyh
– user60252