docs/repl/repl2.md

Second file of --share-across-files --replmode demo.

This file references the names shared from repl1.md.

Show the name we is visible.

>>> we.combine()
'water-exercise'

Show the name BeverageActivity is visible. Create the name bp.

>>> bp = BeverageActivity("beer", "partying")
>>> bp.combine()
'beer-partying'