Closed saxbophone closed 6 years ago
When using encode() and decode(), ValueError should be raised if either the input or output alphabets are not unique (or if the output alphabet contains the output padding character).
encode()
decode()
ValueError
When using
encode()
anddecode()
,ValueError
should be raised if either the input or output alphabets are not unique (or if the output alphabet contains the output padding character).