7 lines
43 B
Python
7 lines
43 B
Python
![]() |
a = [1] * 10
|
||
|
|
||
|
print(a)
|
||
|
|
||
|
a.clear()
|
||
|
|
||
|
print(a)
|