#!/usr/bin/env python # coding: utf-8 # This notebook just defines `bar` # In[2]: def bar(x): return "bar" * x