Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write a python code Create a dictionary with keys firstname , lastname and age , with some values assigned to each Add an additional key
write a python code
Create a dictionary with keys firstname, lastname and age, with some values assigned to each
Add an additional key address to the dictionary
Print out the list of keys of your dictionary
Create a name key with the value as a string containing both first and last name keys. Is it possible to do this without typing in your name once again? If so make the modification, and when done remove the two other older keys.
Step 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