Commit 7f57a113 by BellCodeEditor

save project

parent 00037685
Showing with 17 additions and 7 deletions
sb1={'语文':32,'数学':40,'英语':12}
sb2={'语文':31,'数学':43,'英语':13}
sb3={'语文':33,'数学':42,'英语':14}
school=('悟空':sb1,'诺依':sb2,'小贝':sb3)
info=['悟空']
for k.v in info items():
print(k,v)
city = ['纽约','华盛顿','花果山','旧金山','芝加哥]
raise==input('你想去哪里呀?')
if raise in city
print('可以乘坐飞机通往'+raise)
else:
print ('没有'+raise+'这座城市')
......
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