python def index(): return "Hello, web2py!" routes = ( ) app = web2py.application(routes, 'myapp') if __name__ == '__main__': app.run()