Commit 6725bf33 by BellCodeEditor

auto save

parent 1c5caea1
Showing with 3 additions and 3 deletions
dai={"cs":100,"hn":100,"fp":90}
for i in dai:
print(i)
\ No newline at end of file
for i,q in dai.items():
print(i,q)
\ 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