Computer Science, asked by kavishal91281, 4 months ago

Which one is not a feature of Python? (1 mark)

A. Platform independent B. Case sensitive

C. interpreted language d
Compiled language​

Answers

Answered by swapnilkamblemsd7
0

Explanation:

compiled language is answer

Answered by barnadutta2015
2

Answer: The correct option is d) Compiled language is not a feature of Python. Python is an interpreted, high-level, dynamic, free, and open source programming language. Both procedural-oriented and object-oriented programming are supported by it.

Explanation:

Features of Python are as follows:

1. The Python language can be downloaded for free from the official website by clicking on the Download Python keyword in the download link provided below. Install Python Since it is open-source, the public has access to the source code as well. Therefore, we are able to download, use, and distribute it.

2. A high-level programming language is Python. Compared to other languages like C, C#, Javascript, etc., Python is fairly easy to learn. Python is a very simple programming language, and anyone can learn the fundamentals in a few hours or days. The language is user-friendly for developers.

3.Like many other widely used programming languages, like Java, C++, and JavaScript, it is case-sensitive. Python's case-sensitive language allows you to use more identifiers and symbols.

4.Python is an interpreted language, therefore programmes written in it are translated from their source code into bytecode before being run by the Python virtual machine. Because Python code does not need to be created and linked like code for other popular compiled languages, such C and C + +, it differs from these languages.

To know more, click here:

https://brainly.in/question/11818321

https://brainly.in/question/9049498
#SPJ2

Similar questions