Guest User

Untitled

a guest
Jan 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. __author__ = 'k0emt'
  2.  
  3. class Greeter:
  4. def __init__(self):
  5. self.message = 'Hello world!'
  6. # print self.message
Add Comment
Please, Sign In to add comment