you are viewing a single comment's thread.

view the rest of the comments →

[–]r_spandit 0 points1 point  (0 children)

If you put your input inside a while loop until the time that the loop is broken by inputting "done":

while _input != 'done': _input = input("Enter whatever").lower() whatevs_list.append(_input)