functions.py 140 B

1234567
  1. import random
  2. def uniqueID():
  3. '''
  4. Return unique identifier for current user and
  5. '''
  6. return str(random.uniform(0, 1))[2:15]