Ending the Program:
A PyTuring program ends if and only if the program reaches a state for which there are no commands, or the program reads a tape value for which the current state has no commands. Because of this, a PyTuring program must be built with the end in mind, otherwise, the program will stop unexpectedly or run in an infinite loop until the processor decides to kill it, or you get smart enough to kill it yourself.