Skip to content

Instantly share code, notes, and snippets.

@aswinpj
Created April 9, 2016 09:28
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 aswinpj/baf79d2f1ff212b8552d7164ce1bd5a5 to your computer and use it in GitHub Desktop.
Save aswinpj/baf79d2f1ff212b8552d7164ce1bd5a5 to your computer and use it in GitHub Desktop.
import webapp2
flash = "The_Flash"
class home(webapp2.RequestHandler):
def get(self , request , format=None):
body = request.data
name = body.get('name',flash)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment