Skip to content

Shieldsx/python-data-structures-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Python Data Structures Challenge

Student Course Tracker

The Task

This is a Python practice task to help you work with:

  • Lists
  • Tuples
  • Sets
  • Dictionaries
  • Loops
  • if statements

What do I need to do?

You will complete the code by filling in the sections marked with # TODO.


What am I working with?

You are given data about students:

  • Names
  • Ages
  • Courses
  • Grades

You will read and update this data using Python.


How to start

  1. Open the Python file.
  2. Read the starter data.
  3. Do not change the starter data.
  4. Complete each task in order.
  5. Run your code to check your output.

Rules

  • Use only what you have learned so far.
  • Do not use advanced Python features.
  • There is more than one correct solution.

Tips

  • Print values to see what is happening.
  • Use in to check if something exists.
  • Take it one task at a time.

When you’re finished

Your program should run without errors and complete all tasks.

Ask for help if you get stuck.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%