notebook.community
Edit and run
This notebook just defines bar
bar
In [2]: def bar(x): return "bar" * x
def bar(x): return "bar" * x