How can you create a single-line comment in Python?
How can you create a single-line comment in Python?
a. Python single-line comments begin with a * character
b. You cannot create single-line comments in Python
c. Python single-line comments begin with a / character
d. Python single-line comments begin with the /* characters
e. Python single-line comments begin with a # character