Commit 6c6aa0ae by BellCodeEditor

save project

parent 1fdbd36f
Showing with 6 additions and 1 deletions
xs_cj=('小明':100,'小红':80,'小兰':90)
xs_cj={'小明':100,'小红':80,'小兰':90}
a=input('请输入姓名:')
b=input('请输入成绩:')
if k in xs_cj:
......
z={'甲':1,'乙':2}
for i,v in d.items():
print(i)
print(v)
\ 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