here is the code, i keep getting an error, "break outside loop". if it is false just exit function
def d(idx):
if type(idx) != int:
break
d('k')
--
https://mail.python.org/mailman/listinfo/python-list
here is the code, i keep getting an error, "break outside loop". if it is false just exit function
def d(idx):
if type(idx) != int:
break
d('k')
--
https://mail.python.org/mailman/listinfo/python-list