Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created May 13, 2017 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/db35b579beddee9d02c3acc71a359aa4 to your computer and use it in GitHub Desktop.
Save codecademydev/db35b579beddee9d02c3acc71a359aa4 to your computer and use it in GitHub Desktop.
Codecademy export
pyg = 'ay'
original = raw_input('Enter a word:')
if len(original) > 0 and original.isalpha() and word = original.lower() and first = word[0]:
print original
else:
print 'Invalid Format'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment