Question #264551

Write a program to reverse an integer


Expert's answer

Source code

num=int(input("Enter an integer: "))
s_num=str(num)
print("Original integer: ",num)
print("Reversed integer: ",s_num[::-1])

Output




Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS