Commit caddd409 by BellCodeEditor

save project

parent caced7e1
Showing with 5 additions and 4 deletions
def bian(): def abc():
total = [] total = []
while True: while True:
try: try:
...@@ -10,5 +10,6 @@ def bian(): ...@@ -10,5 +10,6 @@ def bian():
break break
else: else:
total.append(unit) total.append(unit)
print(total) return total
bian() a=abc()
\ No newline at end of file print(a)
\ 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