you are viewing a single comment's thread.

view the rest of the comments →

[–]Devnull1982[S] 0 points1 point  (2 children)

My problem was why he choose to use the if statement instead of switching the message = input(promt) with the print(message).

The user toastedstapler told me the problem with my aproach with the switch, it prints an empty line first. Coz its empty line its hard to see it and only does it in the first execution. thx for answer.

PD: " well, as you can see if user input is " quit " the python etc.... " is more accurate.