Commit d4d7a9bc by BellCodeEditor

save project

parent 982a6d9b
Showing with 4 additions and 0 deletions
a={'坤坤':10892,'罗翔':123456677,'华强':111234567123456789,'杰哥':12342343344} a={'坤坤':10892,'罗翔':123456677,'华强':111234567123456789,'杰哥':12342343344}
a['罗翔']=11451454188 a['罗翔']=11451454188
print(a['罗翔']) print(a['罗翔'])
a=['坤坤',10892,'罗翔',123456677,'华强',111234567123456789,'杰哥',12342343344]
a[3]=11451454188
print(a[3])
\ 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