Posts by Gleriston Sampaio • 1 point
1 post
-
0
votes1
answer861
viewsA: The browser displays my python code instead of running it
Open your terminal and install the flask. To install the flask suffice... pip install flask python3 -c "import flask; print(flask.version)" To run your web application, first tell Flask where to…
pythonanswered Gleriston Sampaio 1