@@ -0,0 +1,7 @@
def test():
assert 1 + 1 == 2
if __name__ == "__main__":
test()
print("All tests passed!")
The note is not visible to the blocked user.