“in Python in Dict Dict” Code-Antworten

Python -Dict im Diktat

people = {1: {'name': 'John', 'age': '27', 'sex': 'Male'},
          2: {'name': 'Marie', 'age': '22', 'sex': 'Female'}}

print(people[1]['name'])
print(people[1]['age'])
print(people[1]['sex'])
Cleric Norse Gaming

in Python in Dict Dict

#Dictionary in dictionary:
dict = {'key_1': {'key_2': val}}
Victorious Vulture

Ähnliche Antworten wie “in Python in Dict Dict”

Fragen ähnlich wie “in Python in Dict Dict”

Weitere verwandte Antworten zu “in Python in Dict Dict” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen