Practice · Python

Practice Strings (Basics)

Create strings, concatenate them, find their length with len(), and interpolate values using f-strings.

Strings (Basics)warming python…

Format Basketball Team Name

Write a function format_team_name that receives a string containing a basketball team name possibly padded with spaces. The function should return the name stripped of leading/trailing whitespace and converted to uppercase.

Examples:

format_team_name(" Lakers ") == "LAKERS"
format_team_name("celtics") == "CELTICS"
Press Run to see output, or Check to grade against the tests.

Want a whole course built around strings (basics)?

Start my path — free

Adaptive practice, streaks, projects with real code review. Free tier gates AI help, never content.