Files
ChocoPy/src/test/data/pa3/sample/list_len.py
T
2021-04-04 18:11:58 +00:00

5 lines
44 B
Python

x:[int] = None
x = [1, 2, 3]
print(len(x))