I am a very beginner in python and I want to repeat this code. But I dont\'t really know how to do this without \"goto\". I tried to learn about loops for hours but still n
You can create a variable, and then say that as long as the variable is true to its value, to repeat the code in the for loop.