Commit 38964f55 by BellCodeEditor

save project

parent 4d4787d9
Showing with 4 additions and 3 deletions
...@@ -10,9 +10,10 @@ while True: ...@@ -10,9 +10,10 @@ while True:
except: except:
print("请输入一个数字") print("请输入一个数字")
else: else:
total.append(monkey) total.append()
finally: finally:
print("-"*30) print("-"*30)
return total return total
resuit =g() resuit =g()
print(resuit) print(resuit)
\ No newline at end of file def
\ 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