msg = "Python is best" # printing original string print("The original string : " + str(msg)) # Using bytes(str, enc) # convert string to ...
確定! 回上一頁