Commit b63a242d by BellCodeEditor

save project

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