Difference between interactive and script mode …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Adarsh Mishra 5 years, 6 months ago
- 2 answers
Gaurav Seth 5 years, 6 months ago
"In Python, there are two modes. They are interactive and script.
Usually, the "normal mode" is the script and ends with a .py file and runs through the interpreter of Python. In this mode, we can run all the codes in a single file.
"Interactive mode" is a "command line shell" that provides instant feedback for every statement when running the statements. This mode is takes less time compared to script mode."
Related Questions
Posted by Rakesh Sarkar 1 year, 4 months ago
- 0 answers
Posted by Saumya Singh 1 year, 4 months ago
- 0 answers
Posted by Suman Devi 1 year, 3 months ago
- 1 answers
Posted by Hamza Ansari 1 year, 1 month ago
- 0 answers
Posted by Ansh Gautam 1 year, 3 months ago
- 0 answers
Posted by Ketan Thakur 1 year, 2 months ago
- 3 answers
Posted by Moksh Sahu 1 year, 6 months ago
- 1 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Divyansh Jaiswal 5 years, 6 months ago
0Thank You