Statement Python Tutorial

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