e) What is dynamic typing in python? Explain with example
Answers
Answered by
5
Answer:
Python is a dynamically typed language. This means that the Python interpreter does type checking only as code runs, and the type of a variable is allowed to change over its lifetime.
Answered by
59
here is yøur answer ⭐
☞Python is a dynamically typed language. This means that the Python interpreter does type checking only as code runs, and the type of a variable is allowed to change over its lifetime.
☞Here are a couple of examples that demonstrate those ideas: >>> >>> if False.
☞Dynamic typed programming languages are those languages in which variables must necessarily be defined before they are used. This implies that dynamic typed languages do not require the explicit declaration of the variables before they're used.
☆...hope it's helpful...☆
Similar questions