base64.decodestring(s)
Decode the bytes-like object s, which must contain one or more lines of base64 encoded data, and return the decoded bytes
. decodestring
is a deprecated alias.
New in version 3.1.
base64.decodestring(s)
Decode the bytes-like object s, which must contain one or more lines of base64 encoded data, and return the decoded bytes
. decodestring
is a deprecated alias.
New in version 3.1.
Designed by : w10schools
service@w10schools.com
Please login to continue.