Skip to content

Instantly share code, notes, and snippets.

View ecdedios's full-sized avatar

Ednalyn C. De Dios ecdedios

View GitHub Profile

20 Python Data Structure Manipulation Exercises

The following questions reference the students data structure below. Write the python code to answer the following questions:

  1. How many students are there?
  2. How many students prefer light coffee? For each type of coffee roast?
  3. How many types of each pet are there?
  4. How many grades does each student have? Do they all have the same number of grades?
@ecdedios
ecdedios / README.md
Created May 4, 2017 08:31 — forked from zenorocha/README.md
A template for Github READMEs (Markdown) + Sublime Snippet

Project Name

TODO: Write a project description

Installation

TODO: Describe the installation process

Usage