Computer Science for IGCSE & O level - Programming (Section 4 - No. 41)

Which one is a comment feature in the Python language?
'//'
'--'
'# '
'/* */'

Explanation

Comments are the lines of code that are used to explain the process of coding for the programmer, and are denoted as # in Python programming language.

Comments (0)

Advertisement