fork download
  1. import random
  2.  
  3. class Klasa:
  4.  
  5. g = 0
  6.  
  7. def metoda(self):
  8. self.g += random.randit(1, 10)
  9.  
Success #stdin #stdout 0.03s 44936KB
stdin
Standard input is empty
stdout
Standard output is empty