Quiz Question 1 of 5
How does the REPL environment in Python enhance the development process compared to running a full script, and what are its potential limitations?
Choose the correct answer below:
-
A
It offers a structured approach to coding, though it lacks the ability to run multiple lines simultaneously.
-
B
It simplifies error detection by running the entire code at once, but it can hinder debugging due to lack of stepwise execution.
-
C
It allows real-time feedback and quick iteration, but it may lead to fragmented code development.
-
D
It accelerates the execution of complex algorithms but may slow down for simpler operations.