I am new at using flask, and when I try a simple code as:
from flask import Flask, request, jsonify app=Flask(__name__) @app.route(\'/hello\') def hello():