Problem
Practice with Python: You are given text file (bulk.txt) and told to calculate the average age of women and men. In the file, the data is arranged as the subject ID, gender, and age separated by commas (example: 014,Male,35 or 021,Female,29).