Computer Science, asked by Leeshalalwani, 9 months ago

Explain the python features based on A) high level language B) dynamic type language C) interpreted language D) object oriented programming language– give one example of it also E) Python is an open source Technology

Answers

Answered by vedika287
0

Answer:

rhudpskebduxnapekhfbridkbr

Answered by kochedaksh06
0

Answer:

Python Features

Python is a dynamic, high level, free open source and interpreted programming language. It supports object-oriented programming as well as procedural oriented programming.

In Python, we don’t need to declare the type of variable because it is a dynamically typed language.

For example, x = 10

Here, x can be anything such as String, int, etc.

2.

Similar questions