my first web devlopment work python , flask Get link Facebook X Pinterest Email Other Apps August 18, 2020 from flask import Flaskapp = flask(__name__)@app.route("/")def index():return "This is sumeet kukreja"if __name__==("__main__")app.run(): Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment