Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Greeter Write a function that takes in a person's name, and prints out a greeting. The greeting must be at least three lines, and the

Greeter

  • Write a function that takes in a person's name, and prints out a greeting.
  • The greeting must be at least three lines, and the person's name must be in each line.
    • example:
      • Hello name
      • How are you do name
      • Nice to meet you name
  • Use your function to greet at least three different people.

Full Names

  • Write a function that takes in a first name and a last name, and prints out a nicely formatted full name, in a sentence. Your sentence could be as simple as, "Hello, full_name."
  • Call your function three separate times, utilizing different names each time.

Addition Calculator

  • Write a function that takes in two numbers, and adds them together. Make your function print out a sentence showing the two numbers, and the Total.
  • Call your function three separate times with three different sets of numbers.

Create a Module that will import the above Functions and run those functions from within the file

  • Save the file as yourLastname_ ImportFile.py

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_2

Step: 3

blur-text-image_3

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

Database Administration The Complete Guide To Dba Practices And Procedures

Authors: Craig S. Mullins

2nd Edition

0321822943, 978-0321822949

More Books

Students also viewed these Databases questions

Question

4. What are the current trends in computer software platforms?

Answered: 1 week ago