Please enable JavaScript to use CodeHS

Utah Introduction to Python 1

Lesson 5.4 String Methods

Description

In this lesson, students will learn how to call methods on values and use three different string methods (upper, lower, and capitalize) to alter text.


Objective

Students will be able to:

  • Call methods on values
  • Use the following string methods to alter text
    • upper
    • lower
    • capitalize