Skip to content

Instantly share code, notes, and snippets.

@richardbwest
Last active July 22, 2016 15:16
Show Gist options
  • Save richardbwest/d087998293bd66b327b1758faada0bdc to your computer and use it in GitHub Desktop.
Save richardbwest/d087998293bd66b327b1758faada0bdc to your computer and use it in GitHub Desktop.
def showUsedLetters():
print(" ".join(usedLetters)) #Join up the letters in the usedLetters list
#into one long string and print it! Easy :-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment