80.2k views
2 votes
I NEED HELP ASAP.

Choose the term to complete the sentence.
Python is a
(High or low)
-level language.
Machine language is a (high or low)
-level language.

User Mrogers
by
5.2k points

2 Answers

6 votes

Answer:

Python is a high-level language.

Machine language is a low-level language.

Step-by-step explanation:

I NEED HELP ASAP. Choose the term to complete the sentence. Python is a (High or low-example-1
User Yatendra
by
5.1k points
5 votes

Answer:

Python is a High level language

Step-by-step explanation:

Python is a High level language and it is a pure object oriented programming language however ,programs in python can be written using two approaches.

  1. Structured programming approach which makes use of only functions.
  2. Object oriented approach which makes use of class and object.

Machine language: is a low level language which consists of machine language instructions.

User AxelH
by
4.3k points