Commit 6a00b230 by BellCodeEditor

auto save

parent b464e9b2
import q
o=q.w()
def w():
while True:
try:
s=0
for i in range(5):
s+=int(input('请打分:'))
print('一共',s,'分')
except:
print('请输入整数!')
\ 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