Quick actions

cmd+k|ctrl+k

Navigation

Languages

Python 3 字典类型:5

Snippet info

Language

Python

Visibility

public

Author

fenghestudio

Created

2019-11-24T09:19:30Z

Updated

2019-11-24T09:19:30Z

dict = {'Name': 'Zara', 'Age': 7, 'Name': 'Manni'}
print ("dict['Name']: ", dict['Name'])
INFO