python-CSD-kursu/python-temel/liste.10.adet.py
2023-06-11 19:09:14 +03:00

3 lines
36 B
Python

a = [[0, 0, 0, 0, 0]] * 10
print(a)