mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-17 01:51:39 +09:00
4 lines
65 B
Python
4 lines
65 B
Python
word = "Python"
|
|
assert "on" == word[4:42]
|
|
assert "" == word[42:]
|