I’ve been trying to create a program which allows users to view a text file’s contents and delete some or all of a single entry block. An example of the text’s file contents can be seen below: As such, the entry block refers to all lines without a horizontal space. Currently, my progress is at: The delete_function() is meant to