Assume that you don’t provide a name for the URL rules yourself and want Flask to internally figure out how to name them. In the given context, which of the following variables need to be set? code example
Example: flask app.route
@app.route("/route/to/page")
def what_to_display_when_someone_goes_here():
return("Whatever.")