3. First Python Program : Python

First Python Program
First Python Program

  • Open Python and make a file in it. 
  • Remember the record name ought not to coordinate with any module name. 
  • In the wake of making a File, type - print("Hello World") 
  • Presently run your program. 
  • You will get the yield as "Hi World" in your terminal. 


Thus, this is our first python program, and in this program, we just utilized the print work. In this capacity, whatever we pass in enclosure () in a double statement or single statement gets printed (all things considered) in the terminal.

Post a Comment

0 Comments