First, we will see how the text is represented in Python 2 and Python ... s = "chaîne" b = s.encode("utf-8") print(f"type of s: {type(s)}") ...
確定! 回上一頁