8 lines
123 B
Python
8 lines
123 B
Python
exec(open("bloc-note.py").read())
|
|
|
|
notes1 = Note()
|
|
notes1.add()
|
|
notes1.add()
|
|
notes1.add()
|
|
notes1.toString()
|
|
notes1.search() |