notebook.community
Edit and run
In [4]: from marigoso import Test test = Test()
from marigoso import Test test = Test()
In [5]: import library
import library
In [6]: library.myprinter()
library.myprinter()
You called the printer function!
In [ ]: