Like BASIC, python can be run interactively (type ‘python’ at the command prompt). Unlike BASIC, you don’t need to write PRINT to evaluate things ; in interactive mode, the result of every expression is printed automatically. >>> indicates the python prompt.