Hi,
has anybody a suggestion to get this example to work? I have the need to jump out of the loop within the exec statement.
while True:
exec("break")
Thanks
Matthias
-- http://mail.python.org/mailman/listinfo/python-list
Hi,
has anybody a suggestion to get this example to work? I have the need to jump out of the loop within the exec statement.
while True:
exec("break")
Thanks
Matthias
-- http://mail.python.org/mailman/listinfo/python-list