Commit 7644b2b0 by BellCodeEditor

save project

parent 7dd47988
import 抖抖
抖抖.new_input()
\ No newline at end of file
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