Untitled

Run Settings
LanguagePython
Language Version
Run Command
#!/usr/bin/python3 dict = {'Name': 'W3xue', 'Age': 7, 'Class': 'First'} dict['Age'] = 8; # 更新 Age dict['School'] = "W3xue教程" # 添加信息 print ("dict['Age']: ", dict['Age']) print ("dict['School']: ", dict['School'])
Editor Settings
Theme
Key bindings
Full width
Lines