Commit 7bda11a7 by BellCodeEditor

save project

parent c24f49c6
Showing with 6 additions and 5 deletions
hgjrcke = {"a":1,"b":2,"c":3}
fgggggg = {"语文":-39,"数学":-190,"英语":-999,}
hgjrcke = {"a":1,"b":2,"c":3}
hgjrcke.pop("c")
print(hgjrcke)
\ No newline at end of file
fgggggg = {"语文":-39,"数学":-190,"英语":-999,}
for k in fgggggg.items():
print(k)
\ 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