You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
When using
encode()anddecode(),ValueErrorshould be raised if either the input or output alphabets are not unique (or if the output alphabet contains the output padding character).