Commit 650db910 by BellCodeEditor

save project

parent d10ca82a
Showing with 11 additions and 6 deletions
score = {'语文':91,'数学':88,'英语':85}
for x,k in score.items():
print(x,k)
# 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来
bro0="刘备"
bro1="关羽"
bro2="张飞"
bros=["刘备","关羽","张飞"]
bro0=[161,9.1]
bro1=[160,8.5]
bro2=[166,8.3]
bros[0]="关羽"
bros[1]="刘备"
print(bros)
\ 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