Skip to content

Instantly share code, notes, and snippets.

@Senix
Created May 11, 2011 03:51
Show Gist options
  • Save Senix/965893 to your computer and use it in GitHub Desktop.
Save Senix/965893 to your computer and use it in GitHub Desktop.
your wordsdip:dip
dip
dip
input = raw_input("your words")
for i in input.split(":"):
print i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment