Python 3 字典类型:3

Run Settings
LanguagePython
Language Version
Run Command
dict = {'Name': 'Zara', 'Age': 7, 'Class': 'First'} dict['Age'] = 8; # update existing entry dict['School'] = "DPS School" # Add new entry print ("dict['Age']: ", dict['Age']) print ("dict['School']: ", dict['School'])
Editor Settings
Theme
Key bindings
Full width
Lines