Skip to content

Instantly share code, notes, and snippets.

@acrymble
Created July 6, 2011 09:41
Show Gist options
  • Select an option

  • Save acrymble/1066920 to your computer and use it in GitHub Desktop.

Select an option

Save acrymble/1066920 to your computer and use it in GitHub Desktop.
Python Print KWIC
print '#' + str(kwic[keyindex]).center(len(kwic[keyindex])+6) + '#'
-> # black #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment