Does this code look alright? Anyone know a better way? def makeslug(length=6): import uuid, random i = random.randrange(0,32-length)...
確定! 回上一頁