# Each time through we would like to chop off the last character. s = 'abcde'i = -1for i in range(-1, -len(s), -1): print s[:i]
Name (required)
email (will not be published) (required)
Website