import os import math seperator="." mylist = ['jim', 'tom', 'bob', 'john'] print(seperator.join(mylist)) os.system("pause") ...
確定! 回上一頁