Computer Science, asked by pcheese24, 5 months ago

What are the difference between interactive mode and script mode in Python?
class 11

Answers

Answered by rudra9760
0

Answer:

rxt5f5xyc4xc5c5c5c6yc5cyc5c655c544c6c5c3c5v4c6c5v4c5v5c5c6c5cyc6c5v5c5v5c5c

Answered by m28075597
2

Answer:

The interactive mode involves running your codes directly on the Python shell which can be accessed from the terminal of the operating system. In the script mode, you have to create a file, give it a name with a . py the extension then runs your code. The interactive mode is suitable when running a few lines of code.

Similar questions