Table of Contents

interactive prompts, where you type Python code and it's immediately executed, and saving a Python program into a file, and executing that. Let's start with interactive prompts. If you open your terminal and type python , you will see a screen like this: This is the Python REPL (Read-Evaluate-Print-Loop) ................
................