Question-73: Which of the following is true for Python Programming language.
- Python is a dynamic type language.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Answer : A
Exp :
Dynamic Typing
- Python is a dynamic type language.
- Like Java is a static type language. Compiler need to know the type of each variable.
You can access to full explanation to question and answer from this page.