Please enable JavaScript to use CodeHS

Utah Introducción a Python 1 y 2

Lesson 5.4 Métodos de cadena

Description

En esta lección, los alumnos aprenderán a llamar a métodos sobre valores y a utilizar tres métodos de cadena diferentes (upper, lower y capitalize) para alterar el texto.


Objective

Students will be able to:

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