What symbol signifies the beginning of a comment in Python? code example Example: how to comment python # This is a comment ''' This is a MULTI LINE comment! '''