Question: Which of the following is an example of a hybrid set?
Options:
Correct Answer: {1, \'apple\', 2.5}
Solution:
A hybrid set can contain elements of different types, such as numbers, strings, and floats, as seen in {1, \'apple\', 2.5}.