Page 1 of 1

Python code 1. Create a dictionary that maps 3 people’s last names to their username. You can make up the data. Print th

Posted: Thu Jul 14, 2022 2:17 pm
by answerhappygod
Python code
1. Create a dictionary that maps 3 people’s last names to theirusername. You can make up the data. Print
the output to the screen.
2. Add another person and username to the existing dictionary.Print the output
to the screen.