Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #!/usr/bin/python
  2.  
  3. def main():
  4. print "Hello world"
  5.  
  6. if __name__ == "__main__":
  7. # execute only if run as a script
  8. main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement