On 7/09/21 11:38 am, Avi Gross wrote:
#define INDEFINITELY_LOOP while (true)So, how to do something like that in python, is a challenge left to the user 😉
def hell_frozen_over(): return False while not hell_frozen_over(): .... -- Greg -- https://mail.python.org/mailman/listinfo/python-list