Skip to content

Instantly share code, notes, and snippets.

@Rhyanz46
Created October 13, 2019 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rhyanz46/7746ad56488b08a7b4eebb7b55e860fe to your computer and use it in GitHub Desktop.
Save Rhyanz46/7746ad56488b08a7b4eebb7b55e860fe to your computer and use it in GitHub Desktop.
@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