Funcs

Functions

def pow(p):
	"""Calculate the power"""
	return p*p

Children
  1. Decorators
  2. Map Filter Reduce
  3. Nesting
  4. __main__