Dict

Run Settings
LanguagePython
Language Version
Run Command
name = {'name':'may', 'age':32, 'locatin': 'HK' } a=name name1={'name':'may', 'age':32, 'location':'HK' } c={'name': 'may', 'age': 32, 'location': 'HK'} print(name is a) print(name is c) print(id(name),id(c))
Editor Settings
Theme
Key bindings
Full width
Lines