Commit fdd86239 by BellCodeEditor

auto save

parent de50c929
Showing with 12 additions and 9 deletions
s=0
total = [] total = []
def s_a(): def s_a():
while True: while True:
...@@ -6,10 +5,8 @@ def s_a(): ...@@ -6,10 +5,8 @@ def s_a():
if unit== 'q': if unit== 'q':
break break
else: else:
total.append(unit) total.append(unit)
s_a() print('水杯点的是:',total)
a=len(total)+1 print(total)
for i in range(a): print('退出')
s=s+i s_a()
print(s) \ No newline at end of file
\ No newline at end of file
def a(x,y)
z=x+y
print(z)
return 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