… but there need to be one if you are operating with loops in Python. In genereal you have two possibilites: Using a while-loop Using a for-loop A while loop always starts with the word while. Then follows a condition and a colon. Normally, a loop is only terminated if the condition in the loop„There is no end…“ weiterlesen