WHAT IS PYTHON

PYTHON :- It is a general purpose, dynamic, high level and interpreted programming language. Ø It supports Object Oriented programming approach to develop applications. Ø It is simple and easy to learn and provides lots of high-level data structures. Ø It is easy to learn yet powerful and versatile scripting language, which makes it attractive for Application Development. Ø It supports multiple programming pattern , including object-oriented, imperative, and functional or procedural programming styles. Ø It makes the development and debugging fast . because there is no compilation step included in Python development, and edit-test-debug cycle is very fast. Ø It is dynamic in nature because it allocates or remove the memory allocation. And We don't need to use data types to declare variable. It directly assign any type of value within variable. Featu...