Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (2.2k points)

Could someone tell me what is dynamic typing feature in Python?

1 Answer

0 votes
by (19.9k points)

Dynamic typing isn’t just a feature. Rather it's dynamically typed language. Allow me to explain what exactly is dynamic typing feature in Python.

Dynamic typing in Python allows it to store the variable in separate memory locations without declaring or knowing the type of variable unless it reaches the run-time. This feature allows Python to store the variable’s content in a container and binds it through its name so that it is accessible by its name from the memory location.

Learn Python and become a certified professional to spear ahead in your career, by joining Intellipaat’s Python course which offers you with 42hrs of online training and 50hrs of projects and exercises.

Also, I would suggest you watch our YouTube video on Why Python? The BEST Python Programming Language to Learn in 2021 from our experts.

Related questions

0 votes
1 answer
asked Mar 1, 2021 in Python by Rekha (2.2k points)
0 votes
1 answer
asked Dec 16, 2020 in Python by Rekha (2.2k points)
0 votes
1 answer
asked Feb 24, 2021 in Python by RohitSingh (2.6k points)
0 votes
1 answer
0 votes
1 answer

Browse Categories

...