Python

#Hello World

if __name__ == "__main__":
    print("Hello World)

#Install

brew install python
brew upgrade python