What are the special characteristic of the language python?

Answer:
There are many characteristics of Python but I will only name a few. Python is an entirely object oriented programming language, which means that all the variable types are objects. There are no primitive types such as integers found in Java or C. In addition, python contains more complex built-in types such as lists and dictionaries, which are not found in other languages. Furthermore, Python is a high-level programming language. That means that Python code looks more similar to English than other languages, and also means that Python can be written more quickly than other lower level languages. Python has duck typing, where variables are not bound to the type of object that it is originally set as. Python automatically checks the type of variable and changes the variable type accordingly.
First answer by SodaCookie. Last edit by SodaCookie. Contributor trust: 0 [recommend contributor recommended]. Question popularity: 1 [recommend question].