Skip to content

Instantly share code, notes, and snippets.

@fchikwekwe
Created May 5, 2019 19:41
Show Gist options
  • Save fchikwekwe/bfd92f7c45951bf9dadd365dc22b00ed to your computer and use it in GitHub Desktop.
Save fchikwekwe/bfd92f7c45951bf9dadd365dc22b00ed to your computer and use it in GitHub Desktop.
for name in name_list: # we go over every name in the list
name = name.title() # we change every name
counter += 1 # each time, we add 1 more to the counter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment