skip to Main Content

Visual Studio Code – Can't open file 'C:\Users\H\Downloads\Hossein-OH\VSCODE\main.py': [Errno 2] No such file or directory

I got this error today; previously I didn't get that. My python file is in "C:UsersHDownloadsHossein-OHVSCODEPYTHON APImain.py" and this is the documentation👇👇👇 from flask import Flask, Request, jsonify app = Flask(__name__) @app.route("/") def home(): return "Home" if __name__ == "__main__":…

VIEW QUESTION
Back To Top
Search