11.3k views
3 votes
What are two characteristics of the Python programming language?

A. Easy to read code & it runs without conversion to machine learning

User Ryan Boyd
by
7.8k points

1 Answer

6 votes

Final answer:

Python is known for its easy-to-read code and cross-platform compatibility.

Step-by-step explanation:

Two characteristics of the Python programming language are easy-to-read code and cross-platform compatibility. Python code uses a syntax that emphasizes readability, making it easier for programmers to understand and maintain. Additionally, Python can run on different operating systems without the need for conversion to machine language, allowing for greater portability.

User Jochy
by
8.0k points