What is one of the key features of Python that makes it stand out among other programming languages?
A. Strongly typed
B. Dynamically typed
C. Statically typed
D. Weakly typed
Python is dynamically typed, meaning variable types are determined at runtime.