Commit 9be9a218 by BellCodeEditor

save project

parent fd4a7203
Showing with 7 additions and 2 deletions
......@@ -2,4 +2,9 @@ def new_input:
total=[]
input()
while Ture:
unit
\ No newline at end of file
unit=inpot()
if unit=="q"
berak
else:
total.append(unit)
print(total)
\ 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