Commit b8abfddd by BellCodeEditor

save project

parent 635b22c6
Showing with 4 additions and 2 deletions
score = {'如何骂人':1,'学不会之科':0,'与外国人对骂':0} score = {'如何骂人':1,'学不会之科':0,'与外国人对骂':0}
for SB in score.keys(): for SB in score.keys():
print(SB) print(SB)
for SB in score.values(): for DSB in score.values():
print(SB) print(DSB)
for SB,DSB in score.items():
print(SB,DSB)
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