question # 6\ndropdown\nchoose the term to complete the sentence.\npython is a -level language.\nmachine…

question # 6\ndropdown\nchoose the term to complete the sentence.\npython is a -level language.\nmachine language is a -level language.
Answer
Brief Explanation:
Python is a high - level programming language as it abstracts away many low - level details like memory management and hardware - specific operations. Machine language is a low - level language as it is directly executable by the computer's hardware and is very close to the hardware level.
Answer:
Python is a high - level language. Machine language is a low - level language.