Guest User

Untitled

a guest
Oct 21st, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.26 KB | None | 0 0
  1. #class GC():
  2. #    def esc():
  3. #        escGC += 0.125
  4. #        if escGC >= 4:
  5. #            escGC -= 4
  6. #            escGCl[] = list.addint(escGCl[],1)
  7.  
  8. #  shell
  9. def INIT_GC():
  10.     global escGC
  11.     escGC = 0.0
  12. def esc():
  13.     global escGC
  14.     escGC += 0.125
  15.  
Add Comment
Please, Sign In to add comment