Computer Science, asked by satyamsharma22951, 3 months ago

Explain it Features of python
1.Simple and interactive
2.Platform independent
3.case sensitive
4.interpreted language
5.object oriented
6.uses variables without declaration

Answers

Answered by sandipsinge9
0

Answer:

open the door, and I will be able to make

Answered by Ardera18
0

Answer:

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.

Explanation:

Features in Py

Similar questions