25. [14pts] Write a Python program that reads an integer from the keyboard and Styles write its reverse to the screen. You need to use a for loop, don’t use the reverse function or a list. You don’t need to include any comments. A sample output will look like this: Enter an integer: 45712090 The number 45712090 in reverse is 09021754 iyouwr Python code and the output should be copied here) 26. [6 pts] In
OR
OR