Home
/
Python 3.11
/
Built-in Types
/
decode
Python 3.0
Python 3.9
Python 3.11
Fungsi
ID
EN
…
Built-in Types
decode
Python 3.11
🇮🇩 Bahasa Indonesia
Kembalikan byte yang didekodekan ke str.
Syntax
PYTHON
Copy
bytes.decode(encoding='utf-8', errors='strict')
See Also
str
Standard Encodings
UnicodeError
codecs.register_error()
Error Handlers
Python Development Mode
debug build
str