# 1
As a high-level programming language, Python allows developers to focus on problem-solving rather than low-level technical details. What is a key advantage of Python being a high-level language?
Developers must manually manage computer memory.
Developers have direct control over hardware operations.
Developers are abstracted from complex machine-level instructions.
The language requires a separate compilation step before execution.

