Skip to content

Instantly share code, notes, and snippets.

View aswinpj's full-sized avatar
🎯
Focusing

Aswin P.J aswinpj

🎯
Focusing
View GitHub Profile
import webapp2
flash = "The_Flash"
class home(webapp2.RequestHandler):
def get(self , request , format=None):
body = request.data
name = body.get('name',flash)