Actually we can't iterate over a enum. It could be nice to enable this kind of code: ``` python for e in myEnum: print e ```