We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb3adf commit 9cd2ae7Copy full SHA for 9cd2ae7
LeetCode/Array.py
@@ -21,5 +21,6 @@ def test_array():
21
assert a[0] == 1
22
a.clear()
23
assert a[0] is None
24
+ print("test successful")
25
if __name__ == "__main__":
26
test_array()
0 commit comments