Commit c93b9305 by BellCodeEditor

save project

parent c08e46a2
Showing with 6 additions and 3 deletions
......@@ -12,8 +12,10 @@ def fe_input():
print('输入整数!')
else:
total.append(unit)
print(total)
fe_input()
print(total)
return total
gkk=fe_input()
for k in gkk:
print(k)
\ 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