Question 5: Dictionary and the get() Method
This multiple-choice question tests your understanding of the Python dictionary and the get() method. https://www.instagram.com/p/Ctg1FcDLSzw/?utm_source=ig_web_copy_link&igshid=MzRlODBiNWFlZA== What will be the output of the following code: my_dict = { 'name': 'John', 'age':…