Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. class Huy:
  2.     counter = 0
  3.     def pizda(self):
  4.         if self.counter == 0:
  5.             self.counter += 1
  6.         elif self.counter == 1:
  7.             self.counter += 1
  8.         elif...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement