Print function of python coding

PHOTO EMBED

Fri Dec 09 2022 15:29:10 GMT+0000 (Coordinated Universal Time)

Saved by @Harman

Print("Hello world ")
  Print("This is my code that I written ")
    Print("Hello My friend my name is Harman ")
      Print ("And my dream is to become a software engineer")
        Print (" I also learn my coding from YouTube that is right or error")
          Print("My friend is also become to software engineer that learn java that was  difficult to learn but I learn python")
   
content_copyCOPY

Python print() Function The print() function prints the specified message to the screen, or other standard output device. The message can be a string, or any other object, the object will be converted into a string before written to the screen.