Commit 982a6d9b by BellCodeEditor

save project

parent b58ce3e5
Showing with 3 additions and 5 deletions
a=["坤坤"128,"罗翔"256,"华强"1334234235454534543,"杰哥",114514] a={'坤坤':10892,'罗翔':123456677,'华强':111234567123456789,'杰哥':12342343344}
b={"坤坤":128,"罗翔":256,"华强":1334234235454534543,"杰哥":114514} a['罗翔']=11451454188
print(len(a)) print(a['罗翔'])
print(len(b))
\ 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