Commit 2c123f69 authored by priyaranjan.dr's avatar priyaranjan.dr

Update .gitkeep

parent 49ed9b28
Pipeline #12458 canceled with stage
from flask import Flask
app = Flask(__name__)
@app.route("/")
def hello():
return "Hello World!"
@app.route("/pdr")
def pdr():
return "You are priyaranjan"
@app.route("/harry")
def harry():
return "Hello harry bhai4!"
app.run(debug=True)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment