using hashlib : from hashlib import sha256 input_ = input('Enter something: ') print(sha256(input_.encode('utf-8')).hexdigest()).
確定! 回上一頁