We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a751d11 commit 12be3fcCopy full SHA for 12be3fc
app/main.py
@@ -3,7 +3,7 @@
3
4
@app.route("/")
5
def hello():
6
- return "Hello from Python!"
+ return "Hellopy!"
7
8
if __name__ == "__main__":
9
app.run(host='0.0.0.0', port=8000)
0 commit comments