Python's Equivalent of "public static void main"
        Posted  
        
            by Devoted
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Devoted
        
        
        
        Published on 2010-05-25T19:00:56Z
        Indexed on 
            2010/05/25
            19:11 UTC
        
        
        Read the original article
        Hit count: 273
        
Hi,
What is Python's equivalent of "public static void main(String[] args) { ... }"? I remember having used it in the past and then forgot.
What I'm basically trying to remember is a function which I think included some underscores (__)...
thx
© Stack Overflow or respective owner