The str() function of Python returns the string version of the object. data = b'Codementor' print('\nInput:') print(data) print(type(data)) ...
確定! 回上一頁