>>> s = ('a' + 'b' + 'c' + 'd' + 'e' + 'f' ) >>> for i in range(10): print(i)