/ Published in: Python
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
#!/usr/bin/env python3
def main():
print("Hello, World")
if __name__ == '__main__':
main()
Comments
 Subscribe to comments
                    Subscribe to comments
                
                