How can you create a single-line comment in Python?

Questions & AnswersCategory: PythonHow can you create a single-line comment in Python?
Geek Boy Staff asked 2 years ago

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