import example print("Checking add ...") assert(example.add(42, 69) == 111) print("Done !")