python-CSD-kursu/python-temel/liste.10.adet.py

3 lines
36 B
Python
Raw Normal View History

2023-06-11 19:09:14 +03:00
a = [[0, 0, 0, 0, 0]] * 10
print(a)