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

4 lines
65 B
Python

word = "Python"
assert "on" == word[4:42]
assert "" == word[42:]