Hi, I'm pretty new to python but thought I'd write something to read this log file (http://www.zyrus.org/log2.log) to try and learn it. Ideally, it will read this log file, match a string and return everything between the "****" delimiters where the string was matched. I'm not 100% sure how to...