Concept Flow - What is Python
Start
Write Python Code
Run Python Interpreter
Interpreter Reads Code
Interpreter Executes Code Line by Line
Output or Result Produced
End
Python code is written, then the interpreter reads and runs it line by line, producing output or results.