Commit d01bbbdb by BellCodeEditor

save project

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