2009-09-23 4 views

답변

9

예 :

>>> import types 
>>> m = types.ModuleType("mymod") 
>>> m 
<module 'mymod' (built-in)> 
+0

아. 좋았어. – interstar