Week 8 ยท 45-60 min
Working with Text (Strings)
Strings as a data type recap
This slide covers "Strings as a data type recap" as part of Working with Text (Strings). Read slowly and try the example in your own words. Strings as a data type recap is an important step in Coding Fundamentals. We use plain language and short steps so you can learn even on a slow or shared computer. Think of one real example from your school, work, or community.
Key point: Strings as a data type recap. Review this slide once more before moving on.
Slide 1 of 8
Practice
- Write 2-3 sentences about what you learned this week.
Key Terms
- Strings as a data type recap
- Strings as a data type recap
- String length and indexing
- String length and indexing
- Useful string methods: .upper(), .lower(), .strip()
- Useful string methods: .upper(), .lower(), .strip()
Week Summary
- Strings as a data type recap
- String length and indexing
- Useful string methods: .upper(), .lower(), .strip()
- Splitting and joining strings
Coming Next Week: Next: Putting Logic Together: Simple Algorithms