Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

python image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Database Factory Active Database For Enterprise Computing

Authors: Schur, Stephen

1st Edition

0471558443, 9780471558446

More Books

Students also viewed these Databases questions

Question

3. Is IBMs program really a mentoring program? Why or why not?

Answered: 1 week ago