Commit d01bbbdb by BellCodeEditor

save project

parent 38116157
Showing with 7 additions and 6 deletions
...@@ -10,8 +10,9 @@ def func(): ...@@ -10,8 +10,9 @@ def func():
x=int(unit) x=int(unit)
except: except:
print("重输") print("重输")
continue else:
total.append(x) total.append(x)
return return total
print(total)
func() t=func()
\ No newline at end of file print(t)
\ 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