4 lines
28 B
Python
4 lines
28 B
Python
![]() |
a = [1,2,3]
|
||
|
print(type(a))
|
||
|
|