What is dynamic typing in python?



What is dynamic typing in python?..

Answer / Sania Zehra

Dynamic typing in Python means that you don't need to declare the data types of variables when you define them. Instead, Python automatically determines the type of a variable based on the value it holds.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How are arguments passed by value or by reference in Python?

3 Answers  


How the memory is managed in python?

1 Answers  


What does sort () do in python?

1 Answers  


Differentiate between the append() and extend() methods of a list?

1 Answers  


What is dogpile mechanism? Explain.

1 Answers  


Is nan a float python?

1 Answers  


What is the best web framework for Python?

1 Answers  


Describe about the libraries of python?

1 Answers  


What is the tool used to check python code standards?

1 Answers  


Can you learn python with no experience?

1 Answers  


What is the lambda?

1 Answers  


Is self a keyword in python?

1 Answers  


Categories