Commit d73973ec by BellCodeEditor

save project

parent 5c806c44
Showing with 8 additions and 0 deletions
fuck={"x":100,"s":65}
for i in fuck.keys():
print(i)
for j in fuck.values():
print(j)
for a,b in fuck.items():
print(a,b)
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