Advertisement
Guest User

main in python

a guest
May 25th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. def main():
  2.     """ Do stuff """
  3.  
  4. if __name__ == "__main__":
  5.     main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement