Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Created February 8, 2012 12:38
Show Gist options
  • Save Eugeny/1769050 to your computer and use it in GitHub Desktop.
Save Eugeny/1769050 to your computer and use it in GitHub Desktop.
def id(_, s):
if s.__class__ == list and len(s) > 0:
s = s[0]
return s if s else str(random.randint(1, 9000*9000))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment