write a given program to print the reverse of a given number Get link Facebook X Pinterest Email Other Apps March 28, 2022 write a given program to print the reverse of a given number. a = input() print(str(a) [::-1]) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment