Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.41 KB

lesson2.md

File metadata and controls

33 lines (20 loc) · 1.41 KB

Week 4 Lesson 2

Python: Strings & Lists

In this lesson, you will learn about the difference between strings and lists, how to perform operations on these objects, and how to call various elements inside of these objects.

###Objectives ###

By the end of this lesson, you will be able to:

  • Understand what strings are.
  • Manipulate strings within Python using various operators, such as in, for loops and the if comparison operator.
  • Understand what lists are, and how their output is organized.
  • Understand how to call one element of a list
  • Manipulate lists using list operators.

Time Estimate

Approximately 2 hours.

Readings

Optional Readings

Assessment

When you have completed and worked through the above readings, please take the Week 4 Lesson 2 Assessment.