Quiz Question 1 of 5
How does the interactive nature of a Python shell (REPL) influence the approach to coding and problem-solving in complex programming tasks?
Choose the correct answer below:
-
A
It fosters a trial-and-error methodology that often results in fragmented and difficult-to-maintain code.
-
B
It mandates a top-down coding approach, which can complicate the process of troubleshooting specific lines of code.
-
C
It encourages an incremental approach to problem-solving, which may lead to a more modular and testable codebase.
-
D
It promotes a linear approach to coding, limiting the ability to backtrack and revise previous code efficiently.