Python Chp1 Intro
Python Chp1 Intro
• Python is Interactive − You can actually sit at a Python prompt and interact with
the interpreter directly to write your programs.
• Python has support for an interactive mode which allows interactive testing and
debugging of snippets of code