利用者・トーク:Kilon/Python book of magic/10.Module

提供: wiki
移動先: 案内検索

Hi Kilon, some typing error intepreter missing r?

Got in problems with import mylib y = mylib.x y.add_together() #error I did! print(type(y)) # is a class! yy = y() #needed! yy.add_together() #works

Maybe you add something about this? Greetings

PKHG 17:39, 25 January 2012 (CET)

You started Module with:

Its pretty hard to miss the functionality of modules inside python

How should a newbie know???

PKHG 15:49, 30 January 2012 (CET)