Commit be50151d by BellCodeEditor

auto save

parent 96074bbe
Showing with 10 additions and 0 deletions
def s():
total = []
while True:
unit= input("请输入:")
......
x=[1,2,3,4,5,6,7]
def s(x):
c=0
for i in x:
c=c+i
return c
e=s(x)
print(e)
\ 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