Computer Science, asked by Fozail1221, 1 month ago

Create a table with help of html tags. And differentiate between interactive mode and script mode.​

Answers

Answered by taehyung24
1

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