mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 18:00:48 +02:00
7 lines
69 B
Python
7 lines
69 B
Python
#class mylist(list):
|
|
# pass
|
|
|
|
#l = mylist()
|
|
#l.append(1)
|
|
#print(l)
|