Junior — Senior
Save MD5 hash to list
livecode
Task condition
Given a string key = "foo". You need to compute its MD5 hash and add the resulting value to an array.
import hashlib
key = "foo"
livecode
Task condition
Given a string key = "foo". You need to compute its MD5 hash and add the resulting value to an array.
import hashlib
key = "foo"