Question
I am looking for a command to jump fro 100th to 10th line inside a python script
I am looking for a command to jump fro 100th to 10th line inside a python script. After 100th line the script has to go back 10th line. 100th line and 10th line were examples. My question is how to go back some line in the same script if condition is met ?