Design a logical expression equivalent to the following statement: x is a list of three or five elements, the second element of which is
Design a logical expression equivalent to the following statement:
x is a list of three or five elements, the second element of which is
x
Easiest i would say:
type(x) == type(True)