Computer Science for IGCSE & O level - Programming (Section 9 - No. 33)
What keyword is commonly used to start a comment in Python, based on the provided examples?
//
/*
#
'''
Explanation
The '#' symbol is used to denote a single-line comment in Python, as shown in the examples.
Comments (0)
