We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1f1e6 commit 628c862Copy full SHA for 628c862
integration_tests/test_builtin_len.py
@@ -6,3 +6,5 @@ def test_len():
6
assert len(s) == 0
7
assert len("abcd") == 4
8
assert len("") == 0
9
+
10
+test_len()
0 commit comments