Computer Science, asked by archanasharmadeoria2, 4 months ago

In the interactive mode of Python , the instructions are executed , giving the output.

Answers

Answered by soumendrapradhan47
14

Answer:

this is the answer of your question

Explanation:

hope it's helps you please mark as a brainliest

Attachments:
Answered by mjkhichi5
5

Explanation:

In interactive mode ,instructions are given in front of python prompt in python shell. Python carries out the given instruction and shows the result there itself. In script mode,Python instructions are storef in a file with . py extension and are executed together in one go as a unit.

Similar questions