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

4 lines
47 B
Python

l = [1,2,3]
assert [1,2,3,4,5] == (l + [4,5])