learn-co-curriculum / plotting-data-lab

Other
0 stars 5 forks source link

dict_items? #12

Closed JatanShah1 closed 5 years ago

JatanShah1 commented 5 years ago

dict_items([('first_name', 'Terrance'), ('last_name', 'KOAR'), ('favorite_language', 'Python')]) dict_item

How does it output dict_items? Where did this come from?