Commit 0f0a9522 by BellCodeEditor

auto save

parent 02b4e762
Showing with 8 additions and 5 deletions
goods={"Y":100,"T":100,"E":100} good1={"Y":100,"T":100,"E":100}
for i,y in goods.items(): good2={"Y":100,"T":100,"E":100}
print(i,y) good3={"Y":100,"T":100,"E":100}
hhh={"s":good1,"a":good2,'d':good3}
ppp=hhh["s"]
for u,p in ppp.items():
print(u,p)
\ 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