My coworker is insisting that the use of a global modification number to mask query string IDs is a good idea.
this is my code: def a(): print \'sss\' @a() def b(): print \'aaa\' b() and the Tracebackis: sss Traceback (most recent call last):