Files
RustPython/tests/snippets/append.py
2018-08-14 22:44:55 +02:00

3 lines
19 B
Python

x = []
x.append(1)