Commit 2aba7d35 by BellCodeEditor

save project

parent b1896427
Showing with 4 additions and 1 deletions
s = {'语文'91,'数学':88,'英语':85,}
xxs1 = {'语文'91,'数学':88,'英语':85,}
xxs2= {'语文'92,'数学':89,'英语':86,}
xxs3= {'语文'93,'数学':90,'英语':87,}
s = {"傻Ⅹ"xxs1,"脑残":xxs2,"智障":xxs3,}
for x,y in s.items()
print(x,y)
......
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