Commit 4d752c7d by BellCodeEditor

save project

parent d4d7a9bc
Showing with 5 additions and 7 deletions
a={'坤坤':10892,'罗翔':123456677,'华强':111234567123456789,'杰哥':12342343344}
a['罗翔']=11451454188
print(a['罗翔'])
a=['坤坤',10892,'罗翔',123456677,'华强',111234567123456789,'杰哥',12342343344]
a[3]=11451454188
print(a[3])
\ No newline at end of file
mkbk={'师傅':'唐三藏','大师兄':'松行者'}
mkbk['沙师弟']='沙和尚'
if '师傅' in mkbk:
print(mkbk['师傅'])
\ 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