Skip to content

Instantly share code, notes, and snippets.

@astrofrog
Created November 30, 2010 18:46
Show Gist options
  • Save astrofrog/722156 to your computer and use it in GitHub Desktop.
Save astrofrog/722156 to your computer and use it in GitHub Desktop.
import cloud
cloud.setkey('...','...')
def square(x):
return x*x
jid = cloud.call(square,3)
cloud.result(jid)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment