Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write the programs in phython Class work . Greeter Write a function that takes in a person's name, and prints out a greeting. The greeting
Write the programs in phython
Class work . 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. Use your function to greet at least three different people. Bonus: Store your three people in a list, and call your function from a for loop. - 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 times, with a different name each timeStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started