Commit faad18ea by BellCodeEditor

save project

parent b111c72c
Showing with 14 additions and 0 deletions
def yyy1145141919810():
r=0
while True:
op=input("输入")
if op=="p":
break
else:
try:
op=int(op)
r+=op
except:
break
print(r)
yyy1145141919810()
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