Quick actions

cmd+k|ctrl+k

Navigation

Languages

Python 3 字典类型:6

Snippet info

Language

Python

Visibility

public

Author

fenghestudio

Created

2019-11-24T09:21:29Z

Updated

2019-11-24T09:21:29Z

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