Skip to content

Commit 9cd2ae7

Browse files
committed
committed from zkp
1 parent 9eb3adf commit 9cd2ae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LeetCode/Array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ def test_array():
2121
assert a[0] == 1
2222
a.clear()
2323
assert a[0] is None
24+
print("test successful")
2425
if __name__ == "__main__":
2526
test_array()

0 commit comments

Comments
 (0)