True, but could just anyone write it as offensively as the below Python one-liner? (Were one to ever write such code in production, he should be escorted from the building immediately!) from itertools import tee, izip,…
Thank you for inspiring me! I revisited my FizzBuzz just now and threw together this obscene Python one-liner. (If I write this kind of code in production, I should be a guaranteed "no-hire"!) from itertools import…
True, but could just anyone write it as offensively as the below Python one-liner? (Were one to ever write such code in production, he should be escorted from the building immediately!) from itertools import tee, izip,…
Thank you for inspiring me! I revisited my FizzBuzz just now and threw together this obscene Python one-liner. (If I write this kind of code in production, I should be a guaranteed "no-hire"!) from itertools import…