High School / String Methods

String Methods

+10 XP

Learn Example Challenge

Lesson

Strings have methods: `'hello'.upper()` โ†’ `'HELLO'`, `' hi '.strip()` removes spaces

โ† Define Functions