Class time to work on CodeHS Unit 8
Wednesday:
We're going to be working on REPL.IT exercises. You can do this individually or with a partner. There are two separate programs, but both are pretty easy. You'll be making two separate shared REPLs -- follow the directions in the assignment and put the two URLs in this spreadsheet.
Thursday:
Finish REPL.IT exercises (if needed) - due by 5 PM today
Work on CodingBat List exercises:
Do at least 11 of 12 List-1 exercises and at least 4 of 6 from List-2. MAKE SURE YOU HAVE LOGGED IN TO CODINGBAT, OR I WON'T SEE YOUR WORK!
Friday:
Finish CodingBat exercises - due by 5 PM today. If you need more time, email me before 5.
There will be a completion grade for Unit 8 on Sunday evening.
The Unit 8 quiz will be on Monday. It has 15 points. Know the following:
- the difference between lists and tuples
- how to use methods like join(), sort(), extend(), remove(), reverse(), append()
- how to find the length of a string, list, or tuple
- how to index and slice a string, list, or tuple
- how for loops step through strings, lists, and tuples
- how to use the Python in keyword to test for membership in a list, string, or tuple