Commit 038333f5 by BellCodeEditor

save project

parent f3686957
Showing with 9 additions and 2 deletions
total total = []
\ No newline at end of file while True:
w=input()
if w=="q":
break
else:
total.append(w)
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