Answer:
False
Step-by-step explanation:
In Python the symbol # is used for a single line comment, but it is the only way to comment anything in this language. Triple quotes are not for comments, instead they are used in order to easily implement multi line strings into your code without having to create various one-line strings. However triple quotes will never comment out the information in between the quotes. Therefore, the statement being made is ultimately false.