4 ms·
Oh am I writing python code for some years this should be fun ... oh. Oh I see. Hmm. Ok, just give it to me: are they turing complete yet or do we need to wait
by elternal_love 1y ago
Oh am I writing python code for some years this should be fun ... oh. Oh I see. Hmm. Ok, just give it to me: are they turing complete yet or do we need to wait for 3.14?
- zahlman 1y agoThey've been Turing-complete since they were introduced: $ py3.6 >>> def arbitrary_code(): pass ... >>> f"{exec('arbitrary_code()')}" 'None' >>>