

InterviewSolution
Saved Bookmarks
1. |
What is Dynamic Typing feature in Python? |
Answer» typing in Python MEANS the INTERPRETER itself infers the type of DATA that a VARIABLE receives, without the need of user. |
|