Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
Disabled
×
Change Orientation
car = { "brand": "Ford", "model": "Mustang", "year": 1964 } x = car.keys() print(x)
dict_keys(['brand', 'model', 'year'])
×
Report a Problem:
Your E-mail:
Page address:
Description:
Disabled