Return message

Report a typo

Write a program with a view function that returns the message Information about this page when you access the /about address.

Write a program in Python 3
app = Flask('main')

@app.route()
def render_about():
pass # your code here
___

Create a free account to access the full topic