Question: python Task 1: Format a name Office Space Inc, needs you to help format their TPS reports. You need to read in a name from
Task 1: Format a name Office Space Inc, needs you to help format their TPS reports. You need to read in a name from raw_input("Enter in your first name?") and create variables that store the first name and the last name of an employee. Next you need to use string store the first letter of the first name, append a period then a space, then the last name. Lastly print the resulting string to the console. For example 1: Employee Name: Billy Bob Output of program: B. Bob For example 2 Employee Name: Johnny Rabbit Output of program: J. Rabbit We are here to abbreviate the first name of each first name. Use function to do computations Task 2: Print the range Write a simple program that will read in a String and two integers. The two integers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
