join --- connet string
join 方法用于连接字符串数组



输出结果:
abcd
a-b-c-d
使用 % 连接多个变量




输出结果:
hello python 1 ['a', 'b', 'c', 'd']
作者:CoderZh(CoderZh的技术博客 - 博客园)
出处:http://coderzh.cnblogs.com/
Work for fun,Live for love!
输出结果:
abcd
a-b-c-d
输出结果:
hello python 1 ['a', 'b', 'c', 'd']
作者:CoderZh(CoderZh的技术博客 - 博客园)
出处:http://coderzh.cnblogs.com/