Commit 1c20ad5c by BellCodeEditor

save project

parent 2b92737f
Showing with 5 additions and 0 deletions
......@@ -5,6 +5,10 @@ def jijs():
if unit== 'q':
break
else:
try:
a=int(unit)
except:
print("shushuzi")
total.append(unit)
print(total)
jijs()
\ 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