Skip to content

Instantly share code, notes, and snippets.

@garlandkr
Created August 12, 2009 20:03
Show Gist options
  • Save garlandkr/166716 to your computer and use it in GitHub Desktop.
Save garlandkr/166716 to your computer and use it in GitHub Desktop.
Just testing the forms
def test(value):
data = value
return data
if __name__ == "__main__":
test("something")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment