Commit 8241de76 by BellCodeEditor

save project

parent 4f9d1b17
Showing with 9 additions and 2 deletions
woc={'原石':1000000000,'纠缠':1000000000000,'钟离社会废人':0,'吟游诗人':11111} a={'语文':100,'数学':100,'英语':100}
for k,v in woc.items(): b={'语文':100,'数学':100,'英语':100}
c={'语文':100,'数学':100,'英语':100}
abc={'悟空':c,'小贝':b,'老登':a}
info = abc['悟空']
for k,v in info.items():
print(k,v) print(k,v)
UID=abc['悟空']['数学']
print(UID)
\ 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