This approach works if you want to merge a list of strings into one long string. The string type in Python has a built-in method called join() . You can call ...
確定! 回上一頁