Commit f75f1978 by BellCodeEditor

save project

parent 9f027a1b
Showing with 3 additions and 1 deletions
......@@ -8,10 +8,11 @@ def ddddd():
try:
unit= int(unit)
except:
print("他妈的,老子要整数")
print("他妈的,老子要整数")
else:
total.append(unit)
finally:
print("-"*30)
return total
print(total)
ddddd()
\ 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