Commit c2f924a5 by BellCodeEditor

save project

parent 1e6cf325
Showing with 4 additions and 4 deletions
......@@ -6,9 +6,10 @@ def abc():
break
try:
total.append(int(unit))
print(total)
except:
print('请输入整数')
else:
print("-"*30)
abc()
\ No newline at end of file
print("-"*30)
return total
a=abc()
print(a)
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