Machine Learning MCQS - QUESTION DETAILS

Which symbol is used for comments in Python?
A. //
B. /* */
C. #
D.

The '#' symbol is used to indicate comments in Python.

Similar Questions

Which organization currently maintains Python?






What was the primary reason for the introduction of type hints in Python?






Which of the following statements best describes Python's philosophy regarding simplicity?






Which Python release introduced the 'walrus' operator (':=')?






Which of the following is NOT a key feature of Python?






Which version of Python introduced the 'with' statement for better resource management?






What makes Python's syntax more concise compared to other programming languages?






Who is the creator of Python?






Which of the following is a significant contribution from the open-source community to Python's development?






Which of the following data structures is NOT a built-in type in Python?