[Tutor] break
Mitya Sirenef
msirenef at lightbird.net
Fri Mar 15 01:47:45 CET 2013
On 03/14/2013 08:45 PM, Matthew Ngaha wrote:
> thanks guys ive finally got it working. even though i didnt use the
> flag due to invalid syntax i realized since i was getting no errors i
> wasnt actually doing anything wrong. My mistake was i removed the
> ememy ship but for some reason forgot to remove the missile so it was
> still active on the next update/mainloop. im still interested in
> finding out how to write this in python 3 assert(!flag).
>
assert(not flag) -m
--
Lark's Tongue Guide to Python: http://lightbird.net/larks/
More information about the Tutor
mailing list