Please enable JavaScript to use CodeHS

Utah Introduction to Python 2

Lesson 5.1 String Characters

Description

In this lesson, students learn how to access characters in a string using indexing.


Objective

Students will be able to:

  • Provide two index values (positive and negative) for any character in a string
  • Access individual characters in a string using index values