Commit 81a7cb56 by BellCodeEditor

save project

parent 0555c67b
Showing with 13 additions and 13 deletions
a=[] a=[3,5,23,13,6]
while True: b=[1,3,5,7,6]
b=input('请输入') def c(li):
if b=='p': d=0
break for i in li:
else: d+=i
a.append(b) return d
print(a) s1=c(a)
print(s1)
s2=c(b)
print(s2)
\ 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