When writing a simple program to a complex program and you know it works fine, when a "while True: is placed in the program so it will repeat
all one gets is Unexpected Indent, this totally ruins the program.
I could give several program examples, the trouble is python 3 seems to be showing this message all the time.
It take hours of playing around with the line code to have it up and working.
Is there any way of stopping this "unexpected incident " message from occurring.
Thanks