a python program to input a two digit number and then print reversed number.
if input is 25 then output should be 52
Answers
Answered by
4
Hëy Frïèñd...
Here is The Solution ...
____________________
Python program..
____________________
• a = int(input("Enter any two digit number:"))
• x = a//10
• y = a%10
• s = (y*10) + x
• print ("The swapped Value is :", s)
.
.
.
..
I Hile This Will Help You ^_^^_^
shreya5879:
thank u once again
Similar questions
India Languages,
6 months ago
History,
6 months ago
Science,
6 months ago
Accountancy,
11 months ago
Math,
11 months ago
Chemistry,
1 year ago
English,
1 year ago
Social Sciences,
1 year ago