Created
October 13, 2019 11:06
-
-
Save Rhyanz46/4b728fc5d7111379ac8d6e62ddb99bc3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@app.route('/about/<username>') | |
def about(username): | |
return "hello " + username |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment