Question: [coding in Python] There is a CSV-formatted file called olympics2.csv write code that will create a list of unique olympians (no name should appear more
[coding in Python]
There is a CSV-formatted file called olympics2.csv write code that will create a list of unique olympians (no name should appear more than once). Put your result in the variable olympians.
Note 1: your code must ignore the header row Note 2: you may want to start by writing code that read and prints out the file content
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
