for value <- values do
	for suit <- suits do
		"#{value} of #{suit}"
	end
end