Cómo revertir un número en Python
num = 123456
print(str(num)[::-1])
sahil bhatt
num = 123456
print(str(num)[::-1])