print [x+y for x in 'spam' for y in 'SPAM']print [(x,y) for x in range(5) if x%2 == 0 for y in range(5) if y%2 == 1]
Name (required)
email (will not be published) (required)
Website