Commit d39f7674 by BellCodeEditor

save project

parent 427dc39d
#http://big1.ddooo.com/auditio_214913.rar?key=bd05f5f266a58b27472ebd549b414056&uskey=95f383e445d1846d11f3a0be6793086a
def new_input(): def new_input():
total = [] total = []
while True: while True:
...@@ -14,7 +15,6 @@ def new_input(): ...@@ -14,7 +15,6 @@ def new_input():
total.append(box) total.append(box)
print('下一个!') print('下一个!')
print('-'*30) print('-'*30)
#print(total)
return (total) return (total)
all=new_input() all=new_input()
print(all) print(all)
......
def count(): import func
count = 0 #全局变量 func.count()
for i in xxx: \ No newline at end of file
count+=i
return (count)
\ 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