22
siebenschlaefer
10 27 32
2866/ 2945
Matthias
Last seen 1 year ago
Member for 8 years, 11 months, 4 days
Difficulty Normal
Commented a forum post "support for enum module in the future?" created by jmegner
``enum`` _is_ supported, I was trying to solve a task which explicitly disabled any imports. Sorry,
Liked a comment created by Sim0000 for forum post "support for enum module in the future?"
Do you use Python 3? When I try this code, there is no error.

    from enum import Enum
    
    cl
Liked a comment created by DahliaSR for forum post "support for enum module in the future?"
In which task are you trying to use _Enum_? May it is a task where imports are disabled.
Commented a forum post "support for enum module in the future?" created by jmegner
Yes, that's the case. The first paragraph of **parse-array** explicitly says '"import", "exec" and "
Commented a forum post "support for enum module in the future?" created by jmegner
Yes I do ("Python 3.6rc1" in the dropdown menu). ``from enum import Enum`` works if I click "Run", b