"""Should raise SyntaxError: invalid syntax"""
print len("""This is a long string
          that spans multiple lines.""")
