KnowledgeBoat Logo

Informatics Practices

Python is a dynamically typed language.

Getting Started

3 Likes

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.

Answered By

2 Likes


Related Questions