Commit 88464eb0 by BellCodeEditor

save project

parent e3aee81d
Showing with 7 additions and 0 deletions
...@@ -5,5 +5,11 @@ def hh(): ...@@ -5,5 +5,11 @@ def hh():
if unit== 'q': if unit== 'q':
break break
else: else:
try:
unit=int(unit)
except:
print("114514")
else:
total.append(unit)
total.append(unit) total.append(unit)
print(total)` print(total)`
\ 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