![]() | 1 | initial version |
You can put the code within a "1-loop" for loop and break out of it at different 'stages' (effectively jumping to the end):
for i in range(1):
![]() | 2 | No.2 Revision |
You can put the code within a "1-loop" for loop for-loop and break out of it at different 'stages' (effectively jumping to the end):end and not using quit() or sys.exit()):
#
long