esoteric-python-challenges icon indicating copy to clipboard operation
esoteric-python-challenges copied to clipboard

Add ANOTHER Maybe

Open aaay-aaay opened this issue 6 years ago • 5 comments

This is the most Python bytecode we have ever written.

aaay-aaay avatar Apr 12 '19 13:04 aaay-aaay

(I don't know why that was there anyway)

aaay-aaay avatar Apr 12 '19 13:04 aaay-aaay

this looks pretty hacky and i love the idea of patching locals like this, but i'm not sure how to get it working when i try to use it. it always segfaults or raises a NameError for Maybe. how should this be used? :D

skrungly avatar Jun 15 '19 12:06 skrungly

It works for me, with python 3.6.5. Did you run it with python 3.7 or something like that?...

aaay-aaay avatar Jun 23 '19 12:06 aaay-aaay

Just noticed: del Maybe doesn't have the intended result. I'm not sure how to fix it though.

aaay-aaay avatar Jun 23 '19 12:06 aaay-aaay

I want to contribute with a challenge, I will make a AI with the I Ching book to resolve every problem, I need help to make it. You can see pyching that i programed. https://github.com/Zorbatrusta/pyching

Zorbatrusta avatar Aug 03 '20 19:08 Zorbatrusta