Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

Administrator / lesson9_2

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit d042c395 authored 3 years ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent 86d11fea
Hide whitespace changes
Inline Side-by-side
Showing with 5 additions and 3 deletions
  • sd.py
sd.py
View file @ d042c395
s1={"语文":91,"数学":98,"英语":85}
s2={"语文":9,"数学":8,"英语":5}
s3={"语文":1,"数学":9,"英语":8}
ss={"悟空":s1,"小":s2,"依":s3}
ss={"悟空":"s1","小":"s2","依":"s3"}
while True:
name=input("")
if name in ss:
print("*"*30)
a=ss[name]
print("*"*30)
for k,v in a.items():
print(k,v)
print("*"*30)
if
elif name==p:
break
else:
print("wff")
\ No newline at end of file
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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