1. Day 2 Intro - Where are we Planning out our trajectory
2. Loops. Awesome. Explained
3. Loop syntax
4. Update our guessing game to go until correct
5. Update our guessing game to go for X guesses
6. Lists (data type). More Awesome. Explained.
7. Lists Code
8. The Docs
9. Whats a method .append()
10. More list methods - insert, pop, and remove
11. More list methods - clear, count, sort, & reverse
12. Lists and Loops - an awesome combo!
13. Functions. More awesome. Explained
14. Functions syntax
15. Code organization matters - with functions
16. Arguments vs. Parameters vs. Ordered Arguments
17. Variable & Function scope
18. The global Keyword
19. New Coding Challenge InstructionsTour
20. Coding Challenge Explanation
21. Functions, lists, and loops - Print off the 100th fibonacci number.html
22. Print Off 100th Fibonacci Number Solution