Commit 804f090b by BellCodeEditor

auto save

parent c62bc772
score = {'悟空语文':95,'悟空数学':88,'悟空英语':85,'悟空美术':97}
print(score['悟空'])
\ No newline at end of file
for i in range(1,8):
print('顶顶顶顶将第' + str(i) + '个孩子吞进肚子里')
if i == 5:
break
print('第6个孩子宙斯逃过一劫')
\ 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