Quiz Question 1 of 5
What role does the history feature in a Python shell play in enhancing the efficiency of code development, and what are its possible drawbacks?
Choose the correct answer below:
-
A
It speeds up code revisions by allowing quick access to previous commands, but it might lead to repetitive mistakes being overlooked.
-
B
It streamlines the development process by suggesting optimal code sequences, though it might limit creativity by encouraging repetitive patterns.
-
C
It facilitates code optimization by tracking changes, although it may clutter the development environment with outdated commands.
-
D
It aids in the step-by-step debugging process, but it can cause confusion by mixing old and new command sequences.