Files
ChocoPy/pa1-tests/core/stmt_list_assign.py
2021-03-12 09:39:57 -05:00

5 lines
40 B
Python

x:int = None
x = [1, 2, 3]
x[0] = x[1]