1#the pop.item() method removes the last inserted item in Dictionary2#In python versions lower than 3.7 will remove a RANDOM ITEM34thisdict = {
5"brand": "Ford",
6"model": "Mustang",
7"year": 19648}
9thisdict.popitem()
10print(thisdict)
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content