CBSE Class 11 Computer Science Question 70 of 80

Getting Started with Python — Question 3

Back to all questions
3
Question

Question 3

Python is a dynamically typed language.

Answer

True

Reason — Python is a dynamically typed language because variables do not need to be declared with a specific type. Instead, the type of a variable is determined at runtime based on the value assigned to it.