The code's all correct but am not able to show out the desirable output on the browser- the browser alerts an internal server message(500) and the terminal shows the following error:
from flask import Flask, render_template, request
app=Flask(name)
@app.route("/") def index(): return "hello, world"
Aucun commentaire:
Enregistrer un commentaire