Why python is a dynamic language?



Why python is a dynamic language?..

Answer / Ranjan Kumar Murmu

Python is a dynamically typed language because you don't have to declare the type of variables when you define them. The type is determined at runtime instead of compile time. This makes Python more flexible and easier to learn but can also lead to runtime errors if not handled properly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Does python make use of access specifiers?

1 Answers  


Explain about lambda in python?

1 Answers  


How can I find the methods or attributes of an object?

1 Answers  


How will you use python to read a random line from a file?

1 Answers  


Write the command to get all keys from the dictionary.

1 Answers  


How python manage memory?

1 Answers  


Can I learn python without knowing html?

1 Answers  


How you can access sessions in flask?

1 Answers  


What is a from import statement and write the syntax for it?

1 Answers  


How does xrange work in python?

1 Answers  


Explain Python's data types.

2 Answers  


Write a small code to explain repr() in python ?

1 Answers  


Categories