CBSE Class 11 Informatics Practices Question 53 of 62

Getting Started with Python — Question 1

Back to all questions
1
Question

Question 1

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.