# Bryan Schumaker (5 / 15 / 2011) def index(): text = " \ Hello, world! \ " return text docs = { "index.html":(index, "html") }