Ex3 Python PRG
AI-enhanced title
app = Flask(__name__)
@app.route('/')
def hello():
if __name__ == "__main__":