Tuesday, December 19, 2023

Installation & Hello Print in Python

December 19, 2023 0

 Installation & Hello Print in Python


Install :-

                Step 1: -   Download python (Letest Version)

                Step 2: -   Download Editor

                                                    1 - Pycharm

                                                    2- Vs code

                Step 3: -   Environment Setup


Create Project: -   

                Step 1: -   In Vs Code

                Step 2: -   Extension :     

                                        python            (Coading)

                                        pylint              (Code error)

                                        autopep8        (Formate Code)

Hello Print : -   

    print("Ram")

    print("Avinash")


LightBlog