Question: Write a program by using python language following question below: Question:1 Implement a program that will capture and display a persons grocery shopping list. Make
Write a program by using python language following question below:
Question:1
Implement a program that will capture and display a persons grocery shopping list.
Make it so the program will continually prompt the user for another item until the point where they enter a blank item.
After all the items have been entered, try displaying the shopping list back to the user.
Question: 2
Implement a dictionary that has a listing of people and includes one interesting fact about each of them.
Display each person and their interesting fact on the screen. From there, alter a fact about one of the people on the list.
Also, add an extra person and corresponding fact to the list. Display the newly created list of people and facts.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
