Mega Code Archive

 
Categories / Python Tutorial / Statement
 

Import module vs from module import

import types  print types.FunctionType                         from types import FunctionType                 print FunctionType