BuildlyBuildly
DashboardExercisesProfileHelp
Data Science/Module 1: Python Programming/Strings1/3
Exercise·5 min·10 XP

Clean a Social Handle

Write clean_handle(s) that normalizes a username: strip leading/trailing whitespace, remove any @, lowercase, and replace spaces with underscores.

Previous
Extract Initials
Next
Sum the Even Numbers