Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 671 Bytes

week-2.md

File metadata and controls

14 lines (9 loc) · 671 Bytes

If you can't figure something out, Tweet me

Loops

We use loops to do something more than once. Loops help us in the DRY (Do not Repeat Yourself) principal. Follow this Link for a quick walkthrough.

Functions

Functions also help us do the same thing multiple times. They help us make the code cleaner and make it DRY. Follow this Link for a detailed walkthrough.

Lists

Follow this Link for Lists.

Dictionaries

Follow this Link for Dictionaries.