Skip to content

Commit

Permalink
Olympics testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyZhe committed Aug 29, 2024
1 parent c54e7e8 commit b67c043
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions olympics.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import csv

with open('2024_medalists_all.csv', 'r') as file:
reader = csv.reader(file)

for row in reader:
print(row)

0 comments on commit b67c043

Please sign in to comment.