Commit 11955da3 by BellCodeEditor

save project

parent 4d2354de
Showing with 2 additions and 3 deletions
hrt={"个":2,"狗头人":3}
hrt.pop("个")
print(hrt)
\ No newline at end of file
for k,v in hrt.items():
print(k,v)
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