I want to use exec
to execute python code (using the byte code, instead of the raw text that python will interpret). It's all for a competition where you can see the code of the other competitors, I want to be able to hide my code well enough so people won't bother messing with my code.
How do I do that?