Posts by Rodrigo Costa • 53 points
1 post
-
5
votes5
answers29639
viewsQ: How to convert an int number to string in python?
I need to do an exercise where I input an integer variable of 3 digits and the python has to show it reversed, but up to where I know an integer variable n can do this, but a string can. What can I…