First Python Program

Amol Ambkar
Feb 23, 2021

Interactive Mode Programming

  1. Open the python prompt
  2. Type print(“Amol Ambkar”)
  3. It will print Amol Ambkar on next line.
Print In Python

Script mode programming

  1. Create a new file.
  2. Type print(“Amol Ambkar”).
  3. Save the file with .py extension.
  4. Open the terminal.
  5. Type “python filename.py” and enter.
  6. You will get output on the next line.

Video Tutorial On YouTube ( Hindi )

First Python Program By Amol Ambkar

Thank You..

--

--