
neville marikano
2,602 PointsAttach the following view to my app with the route of /teachers. -------- def teachers(): return 'We have lots of
Attach the following view to my app with the route of /teachers.
@app.route def teachers(): return 'We have lots of teachers!' help