Which of the following symbols are used for comments in Python A B C * * d?
Comments in Python are identified with a hash symbol, #, and extend to the end of the line. Which of the following symbols are used for comments in Python A B C D * *? Practical Data Science using Python In Python script, the symbol # indicates start of comment line. A triple quoted multi-line string is also treated as …