Commit 4d7edb52 by BellCodeEditor

auto save

parent 62692a77
Showing with 11 additions and 0 deletions
dict={'name':'小明','age':'12','name':'小齐'}
print(dict['name'])
\ No newline at end of file
student={
student={
'name':'诺依',
'age':'12',
'兴趣':'看书、听音乐'
}
print(student)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment