Timer Script (Python)

Dear all,

I an a python beginner and have tried to imitate a python script written by someone else - to produce an automatic timer. However, I am sure that something is missing because it doesn't work (see the panel, it only shows <null> instead of numbers). So any one can tell me what I am missing? Because I am clueless! Help is very much appreciated in advance!

  • up

    David Rutten

    Not a python expert, but shouldn't it be a = counter instead of counter = a?

    • up

      Gene Kao

      Take a look at this discussion thread C#Timer to Python Timer

      and David is right, you shouldn't assign the variable in the opposite way.... should be a = counter.