Question: please type the code for the whole python program, letters are steps not individual questions A. Gets a five-digit number from a user and store
A. Gets a five-digit number from a user and store it in a variable called number 1. Change the variable number1 to an integer, and then reverse the four-digit number and store it as number__reversed. Print number1_reversed and its type. B. Gets information of a student such as a student's first name and last name. Concatenate these two inputs using the appropriate operator and store it in a variable called full_name. Print the variable full_name and its length. Sample Output: 2. Enter the five digit number: 34589 3. The reverse of the four digit number is 98543 and it"s type is
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
