Computer Science, asked by Anonymous, 7 months ago

what are the writing modes of python?
give the answer I hv been finding this answer for an hour
when I asked my teacher he said u hv to do it by urself.

HEY, DAWN, WHAT'S GOING ON?

Attachments:

Answers

Answered by mauliknarolia
2

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