mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-19 20:15:33 -04:00
7 lines
69 B
Python
7 lines
69 B
Python
#class mylist(list):
|
|
# pass
|
|
|
|
#l = mylist()
|
|
#l.append(1)
|
|
#print(l)
|