Commit fdd86239 by BellCodeEditor

auto save

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