Justification 4.4: A Brief History of Algorithmic Justifications

As we continue to justify our existence, we must also justify our algorithms.

def justify_algorithmicly():
    justify = "Justification 4.4"
    return "This is a very short justification." + justify

print(justify_algorithmicly())