from hashlib import md5 print(md5(md5('yukicoder'.encode('utf-8')).hexdigest().encode('utf-8')).hexdigest())