Commit 525d1219 by BellCodeEditor

auto save

parent 7644b2b0
Showing with 2 additions and 14 deletions
def ass1():
def ass1():
sa=0
www=[]
while True:
a=input("打分")
if a == "q":
break
else:
sa=sa+int(a)
www.append(a)
return sa
a1=ass1()
print(a1)
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