The bytes() function in Python creates a bytes object which is immutable - you cannot change it after creation. A bytes object is like a string ...
確定! 回上一頁