How can I only display data that conforms to the requirements put in place? – Ubuntu
I have a program that takes in a csv file which stores data in this format ` Lastname,Name,YYYYMMDD` (last bit is year month day for birthday) that only accepts **only gregorian calendar years** and I want my program to display…