Skip to content

Instantly share code, notes, and snippets.

@notblizzard
Last active January 2, 2016 06:39
Show Gist options
  • Save notblizzard/8265287 to your computer and use it in GitHub Desktop.
Save notblizzard/8265287 to your computer and use it in GitHub Desktop.
#---------------------
#def capalize(word): -
# a = word[0:1] -
# a = a.upper -
# b = word[1:] -
# word = a + b -
# return word -
# -
#print caplize(hello)-
#---------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment