You are viewing a single comment's thread. Return to all comments →
hey there,
phone_book = {k: v for k,v in name_numbers}
can you please explain the above one line of code, I am new to python so a bit confusing.
Seems like cookies are disabled on this browser, please enable them to open this website
Day 8: Dictionaries and Maps
You are viewing a single comment's thread. Return to all comments →
hey there,
phone_book = {k: v for k,v in name_numbers}
can you please explain the above one line of code, I am new to python so a bit confusing.