def resolve(path): # Returns a resultCode and webpage for this path page = "

Hello, world!

" return (200, page)