Question: 1. Write a program called aloha.py that writes Aloha e ka honua. to the console. 2. Write a program called greet.py that prompts the user
1. Write a program called aloha.py that writes "Aloha e ka honua." to the console. 2. Write a program called greet.py that prompts the user to enter their name and greets them by name. For example > python greet.py > What is your name? Chris Aloha e Chris. 3. Write a program called sum.py that prompts the user to enter two integers and prints out their sum. For example: > python sum.py Enter the first integer: Enter the second integer: The sum of 3 and 5 is 8. In your programs, be sure to include a DOCSTRING comment and at least two single-line comments, prefaced by
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
