Run »
×
Change Orientation
car = { "brand": "Ford", "model": "Mustang", "year": 1964 } x = car.items() print(x)
dict_items([('brand', 'Ford'), ('model', 'Mustang'), ('year', 1964)])
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit