Imported public data of the Titanic of 887 passengers - into 5 lists - Class (1,2,3), Survived (0 or 1), Gender (male , female), Age , Names Add / Modify code to loop through these lists to find out how many men/women survived in each cabin, what % - what was the average age of the survivors...how many children were on board.. what story does this data tell? This is work version of the project - another more finished project available for those who just want to use a working solution