Test #2 Information
Individual effort. No books or notes. No electronic devices including computers, phones, calculators, earbuds, smartglasses, etc. I will only answer clarifying questions during the test — I will not tell you if you answer is right or wrong or give suggestions.
Related Artifacts
- Labs: 5, 6, 7, 8
- Quizzes: 10, 11, 12, 13, 14
- HW: 5
- Handouts: Python
- In class code on Google drive
- Readings:
Topics
- Test #1 material
- Strings
- str(), len(), indexing with [], slicing, in, replace()
- Common string operations (reference)
- Lists
- list(), len(), indexing with [], slicing, in
- Files
- open(), read(), reading line by line, close()
- Dictionaries
- dict(), get(), keys(), values(), items(), accessing items with []