Contact: aviboots(AT)netvision.net.il
40,886 questions
53,294 answers
573 users
import hashlib s = "Python Programming" hs = hashlib.sha384(s.encode()) print(hs.hexdigest()) ''' run: b47e18e3ec5368f07b8cf724c2284aac6d37435325ddcf7ac0d87f8c6b616b7677f5ff5249bf28248be193d7c372bf12 '''