I am writing an app engine application to fetch url content using urlfetch available in google app engine.
however in the app.yaml file, I have a doubt in script handle
I have found that some people use script name as myScript.py while some tutorials use myScript.app
what's the difference between the two uses ?