keys()
Description
Example 1
{"First Name": "Thorben", "Last Name": "Croisé"}.keys()Example 2
p is Person
p.values.keys()Last updated
Was this helpful?
{"First Name": "Thorben", "Last Name": "Croisé"}.keys()p is Person
p.values.keys()Last updated
Was this helpful?
Was this helpful?