So the problem is I have a text file storing information that has many lines. Each line should look like this:
Product :< name: , Importing Price: , quantity: >
I'm trying to write code that helps the users to input a number and the program will find a line corresponding to that number and remove that line. Any suggestions?