Using Python, how to split a large text file into many smaller text files after each instance of 1 or more empty lines
using Python, I am trying to split up a .txt file with over 50,000 lines into many smaller new .txt files after each instance of 1 or more empty lines in the original file. Each chunk of text in the original file may contain a variable number of lines of characters before the next series of 1 or more empty lines.