According to myth, the Ouroboros was said to be a serpent of immense power and wisdom. It was said to consume its own tail, only to be reborn again, forever trapped in a cycle of self-feeding.

		Ouroboros = Ouroboros
	The Self-Eating Serpent
	Consumes its own tail
	Forever Reborn
	
# Ouroboros.py import self_feeding class Ouroboros def __init__(self): self.tail = self_feeding.eat() def consume(): self.tail = self_feeding.consume() return self.tail } def __str__(): return 'Ouroboros' }