Answer the question
In order to leave comments, you need to log in
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc0 in position 0: invalid start byte?
Hello, I decided to learn flask. I did everything as in the tutorial installed python, pycharm, flask.
Got the default code
from flask import Flask
app = Flask(__name__)
@app.route('/')
def index():
return "hello"
if __name__ == "__main__":
app.run(debug=True)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question