Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save inspirit941/eb8e9977f307ec3d8dbaed8f1cfcc6ac to your computer and use it in GitHub Desktop.
Save inspirit941/eb8e9977f307ec3d8dbaed8f1cfcc6ac to your computer and use it in GitHub Desktop.
def solution(s):
return " ".join([i.capitalize() for i in s.split(" ")])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment