2 lines
91 B
Python
2 lines
91 B
Python
import hashlib
|
|
print hashlib.new("md4",raw_input().encode('utf-16le')).hexdigest().upper()
|