1. Which programming language is explicitly mentioned as being dynamically typed, meaning variables do not need explicit type declarations?
Python
Erklärung
Python is explicitly mentioned as a dynamically typed language, where variables do not require explicit type declarations and their types are determined at runtime, which is a key characteristic of Python.