The base64 encode and decode functions both require a bytes-like object. To get our string into bytes, we must encode it using Python's built in encode .
確定! 回上一頁