In class, my professor proposed the following:
Let $A = \{w \mid w \text{ contains an even number of $0$'s} \}$ where $\Sigma=\{0,1\}$ is the alphabet.
And then asked the class whether $A^* = A$, where $A^*$ is the Kleene star operation of A.
Intuitively, I feel that $A^* = A$ since $A^*$ will always have some multiple of even $0$'s, which means that it still has an even amount of zeros, but I don't know how to prove it rigorously.
Note: In class, we decided that the empty string $\varepsilon$ had an even number of zeros, and thus belonged to both sets. (This is not homework, just a question my professor proposed in class and left open for next lecture)