Commit b63a242d by BellCodeEditor

save project

parent 0e7c8799
Showing with 5 additions and 4 deletions
...@@ -8,9 +8,10 @@ def sv(): ...@@ -8,9 +8,10 @@ def sv():
try: try:
unit1=int(unit) unit1=int(unit)
except: except:
print("再玩儿就玩儿坏了...") print("再玩儿就玩坏了")
else: else:
total.append(unit1) total.append(unit1)
print(total) return total
sv() fg=sv()
\ No newline at end of file print(fg)
\ 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