Which elements does this list comprehension include in the new list?
- Only the ones that contain at least one hyphen
"-" - Only those that don't contain any hyphen
"-" - Only those that are more than zero characters long
Only the ones that contain at least one hyphen "-".