from flask import Flask
app = Flask(__name__)
@app.route("/")
def hello():
return "Hello, World!"
I have removed the error by just not saving the file as "flask.py"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With