Advertisement

Create your First Program in Python

     This article will help you to understand that how to write a first program in C++  || Code with abuzar 

Python ? 

https://abuzartec.blogspot.com/2021/06/create-your-first-program-in-python.html


As you  know that python is a advanced language in 2021 . So when you code in python so you can not use any type of library because python automatic understand that  which type of library you have been used .

Today most of the companies worked with python or hired a person who understand the python language  . If i had talked about other programming languages like C , C++ and so on . so when you work with this language so the compiler does not know which type of library you have been used , firstly mentioned the library then work with this language . But the  Python is different .


Example 

"Hello World ! " 


Print ( " Hello world ! " )


When the above code is compiled then the output is 


Output :

Hello World ! 


This is the first program to write how to print Hello world ! in Python .


Please ! write comment if you find anything incorrect in this website .

This article is contributed by Mohd Abuzar . If you want to contribute with us so mail at - abuzar.abuzar.mohd325@gmail.com




Post a Comment

0 Comments