Guest User

Untitled

a guest
Nov 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/usr/bin/python
  2.  
  3. class main:
  4. def hello_world(self):
  5. print "hello world"
  6.  
  7. if __name__ == "__main__":
  8. main.hello_world()
Add Comment
Please, Sign In to add comment