Now, using the join() method to convert a Python list to string works ... import string data = b'Codementor' print('\nInput:') print(data) ...
確定! 回上一頁