Created
October 13, 2019 10:57
-
-
Save Rhyanz46/7746ad56488b08a7b4eebb7b55e860fe 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>/<kata>") | |
def kata(username, kata): | |
return kata + " " +username |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment