검색
❯
2024년 4월 11일1 min read
링크
import hashlib s = input() print(hashlib.sha1(s.encode()).hexdigest())