confirm me on this if I'm right.
L = {2, 8} means that set L contains the numbers 2 and 8.
M = [3, 11] means that set M contains all numbers greater than and equal to 3 and less than or equal to 11.
N = (1, 5) means that the set N contains all numbers greater than 1 and less than 5
is this correct?