Commit 7340d3e0 by BellCodeEditor

save project

parent b5759f75
Showing with 11501 additions and 3 deletions
a={'a':100,'b':0,'d':1} a={'a':100,'b':0,'d':1}
for i in a: for j,d in a.items():
print(i) print(j,d)
\ 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