Commit fdd86239 by BellCodeEditor

auto save

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