We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c12078 commit 6b251b2Copy full SHA for 6b251b2
app.py
@@ -3,6 +3,6 @@
3
4
@app.route('/')
5
def hello_world():
6
- return 'Hello, World!'
+ return 'Hello, World! This is Aarish'
7
if __name__ == "__main__":
8
app.run()
0 commit comments