STEP 5: Great! We have our file, but now what? Well, we need to start "reading" it.

CSV stands for "comma-separated values." It's a spreadsheet with columns separated by commas.

Python has a special module for dealing with CSV files. It makes viewing and editing them easier.

  • Remember that "high_scores_python3.csv" is a CSV file we've made for you.
  • Let's get ready to look through it! In , drag Import CSV to the top of your editor.

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)