Commit f0f768a3 by BellCodeEditor

auto save

parent 1c173f44
Showing with 7 additions and 0 deletions
...@@ -12,3 +12,10 @@ else: ...@@ -12,3 +12,10 @@ else:
print("没有这个学生") print("没有这个学生")
for k,v in d.items(): for k,v in d.items():
print(k,v) print(k,v)
for k in d.keys():
for v in d.values():
for k,v in d.items():
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