import itertools k = "Hello Everyone" j = "My name is Cliff :)" for k, j in itertools.product(range(1,10), range(1,10) print(k, j)