python-CSD-kursu/python/list_example_002.py
2025-06-04 14:53:06 +03:00

2 lines
39 B
Python

a = [1, [2,3], 4, [5,6]]
print(len(a))