Question: use phyton please answer all README.md 1 # Statement 2 3 Given a two-digit integer, swap its digits and print the result. 4 5 Examples


README.md 1 # Statement 2 3 Given a two-digit integer, swap its digits and print the result. 4 5 Examples of inputs and correct outputs are provided below. Notice the output format carefully. 6 7 ### Example 1 input- 8 9 84 10 11 12 output The new number is 48 15 E Example 2 Input SAN output The neare number 157 o README.md 1 # Statement 2 3 Given an integer greater than 9, print its last two digits. 4 5 Examples of inputs and correct outputs are provided below. Notice the output format carefully. 6 7 ### Example 1 input D00 1234 10 11 12 output 1 The last two digits are 3 and 4 # Example input 18 84325 26 20 output The last til digits are 2 and 3 5 O a README.md 1 # Statement 2 3 Given a three-digit number, find the sum of its digits. 4 5 Examples of inputs and correct outputs are provided below. Notice the output format carefully. 6 ### Example 1 input 8 9 123 10 11 output The sum is 6 1 12 13 14 15 16 17 8 ### Example 2 input 789 98 21 22 output The sun 24 o
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
