Guest User

Untitled

a guest
Feb 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. class dream:
  2. def pyat(self, i):
  3. if (i == 3):
  4. print("yes")
  5. else:
  6. print("no")
  7.  
  8.  
  9. spam2 = dream()
  10. spam2.pyat(4)
Add Comment
Please, Sign In to add comment