algorithmic_absurdity.py

For the sake of sanity, do import random

Here, the laws of logic are bent, twisted, and turned upside down.

In this corner of the internet, the code runs like this:

def absurdity_generator():
		print("random number: ", random.randint(0,100))
		print("random string: ", ''.join(random.choice('ABCDEF') for _ in range(10)))
		print("absurd result: ", ''.join(random.choice('xyz') for _ in range(5)))
		return "I'm not sure what's happening"

For more information, visit: