On Tue, Jul 19, 2016 at 4:07 PM, WePlayGames WeEnjoyIt
<crazyguyplayin...@gmail.com> wrote:
> the problem with this is that i get an syntax error at the very end at the 
> TOTAL+=1 when i delete this it tells me that there is an error at the 
> clockfps.tick(fps) thing what the heck is going on :p
>

When you get an error, Python gives you a very useful error message
(and traceback, although that doesn't apply to syntax errors like
this). Copy and paste that here. There are many possible syntax
errors, and Python will tell you which one.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to