Computer Science, asked by deekshamehra2005, 1 day ago

What is Dynamic Typing feature in Python?​

Answers

Answered by AtikRehan786
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