Files
RustPython/tests/snippets/builtin_len.py
2018-07-09 22:06:49 +02:00

3 lines
48 B
Python

assert 3 == len([1,2,3])
assert 2 == len((1,2))