Skip to content

Commit aefe798

Browse files
committed
Merge branch 'master' of github.com:micropython/micropython
2 parents f49ba1b + b31b5e0 commit aefe798

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#class mylist(list):
2+
# pass
3+
4+
#l = mylist()
5+
#l.append(1)
6+
#print(l)

0 commit comments

Comments
 (0)