State some programming language features of python?



State some programming language features of python?..

Answer / Shyam Ji Goswami

Python is dynamically typed, meaning you don't have to declare variables. It supports multiple paradigms such as procedural, object-oriented, and functional programming. Python also has built-in exception handling for error management.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Write a command to convert a string into an int in python.

1 Answers  


What are python packages?

1 Answers  


How do I copy a file?

1 Answers  


Explain me dogpile effect? How can you prevent this effect?

1 Answers  


Why do we use uuid?

1 Answers  


What are local variables and global variables in python?

1 Answers  


How to find max length of any given sublist?

1 Answers  


What are the basic data types supported by python?

1 Answers  


How to clone or copy a list?

1 Answers  


Why lambda forms in python does not have statements?

1 Answers  


Define python?

1 Answers  


Which python library would you prefer to use for data munging?

1 Answers  


Categories