문제

링크

풀이

import hashlib
 
s = input()
print(hashlib.sha1(s.encode()).hexdigest())