1.cs253 https://classroom.udacity.com/courses/cs253 webapp2 Install WebOb, Paste and webapp2¶ We need three libraries to use webapp2: WebOb, for Request and Response objects, Paste, for the development server, and webapp2 itself. Type this to install…