import binascii, hashlib, uuid
def guid_xl():
a = uuid.uuid4()
b = uuid.uuid4()
c = a.bytes + b.bytes
d = hashlib.sha1(c).digest()
return d
Standard input is empty
Standard output is empty
sh: 1: cannot create /dev/null: Permission denied sh: 1: cannot create /dev/null: Permission denied sh: 1: cannot create /dev/null: Permission denied sh: 1: cannot create /dev/null: Permission denied sh: 1: cannot create /dev/null: Permission denied sh: 1: cannot create /dev/null: Permission denied