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