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

4 lines
34 B
Python

s = "abcdefg"
assert 7 == len(s)