BuildlyBuildly
DashboardExercisesProfileHelp
Back to all

Practice: Strings

Drills tagged with this skill, unpassed first. Pass them all to mark the skill ready for scenarios.

Module 1: Python Programming

0/3 done
Exercises (0/3)
  • 1
    Title Case a Sentence
    Write to_titlecase(s) that returns s with the first letter of each word capitalized and the rest lowercase. Words are separated by single spaces.
    5 min· 10 XP
  • 2
    Extract Initials
    Write initials(name) that returns the initials of a name like "A.B.C.". Names are space-separated.
    5 min· 10 XP
  • 3
    Clean a Social Handle
    Write clean_handle(s) that normalizes a username: strip leading/trailing whitespace, remove any @, lowercase, and replace spaces with underscores.
    5 min· 10 XP