Skip to content

Instantly share code, notes, and snippets.

@shomah4a
Created January 14, 2012 02:05
Show Gist options
  • Save shomah4a/1609881 to your computer and use it in GitHub Desktop.
Save shomah4a/1609881 to your computer and use it in GitHub Desktop.
エラーになるね
def main(args):
a = []
a.append(10)
a.append([10])
return 0
def target(*argv):
return main, None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment