Commit c93b9305 by BellCodeEditor

save project

parent c08e46a2
Showing with 5 additions and 2 deletions
......@@ -13,7 +13,9 @@ def fe_input():
else:
total.append(unit)
print(total)
fe_input()
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