MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / hello_world

Function hello_world

Chapter 13 - PS/07_problem7.py:6–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5@app.route("/")
6def hello_world():
7 return "<p>Hello, World!</p>"
8
9app.run()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected