Adi
0
Q:

python hash

from hashlib import blake2b
import time
k = str(time.time()).encode('utf-8')
h = blake2b(key=k, digest_size=16)
h.hexdigest()
0
# In python they are called dictionarys 
dict = {'Name': 'Zara', 'Age': 7, 'Class': 'First'}

name = dict["Name"] # Zara
0
hash(object)
0

New to Communities?

Join the community