What is Dynamic Typing feature in Python?
Answers
Answered by
2
Dynamic typing in Python means the interpreter itself infers the type of data that a variable receives, without the need of user.
Similar questions