Machine Learning MCQS - QUESTION DETAILS

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.

Similar Questions

Which command is used to deactivate a virtual environment in Python on macOS and Linux?






Which of the following is a benefit of using an IDE for Python development compared to a text editor?






Which of the following is a benefit of using Python's built-in 'venv' module for virtual environment creation?






What is the purpose of the Python Package Index (PyPI)?






What is the file extension for Python scripts?






Which of the following is NOT a recommended way to install Python on Linux?






Which of the following is NOT a feature of an integrated development environment (IDE)?






What is the primary purpose of creating a virtual environment in Python development?






What is the primary purpose of the 'requirements.txt' file when sharing Python projects with others?






What is the purpose of the 'pip freeze' command in Python development?