Guest User

Untitled

a guest
May 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. def main():
  2. print "Hello, world\n"
  3.  
  4. if (__name__ == '__main__'):
  5. main()
Add Comment
Please, Sign In to add comment