Commit 33d83319 by BellCodeEditor

save project

parent 5f70a719
Showing with 4 additions and 1 deletions
...@@ -7,4 +7,7 @@ def sss(): ...@@ -7,4 +7,7 @@ def sss():
break break
else: else:
total.append(unit) total.append(unit)
sss() try:
int(unit)
except:
print("错误")
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