7 lines
69 B
Python
7 lines
69 B
Python
#class mylist(list):
|
|
# pass
|
|
|
|
#l = mylist()
|
|
#l.append(1)
|
|
#print(l)
|