[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Break outside the loop



your break is outside of the loop.
if you run this:

break

you will get the same error because that's exactly what your doing,
there is no loop to break out of.