python jion
摘要:
#!/usr/bin/python # -*- coding: UTF-8 -*- str = "-"; seq = ("a", "b", "c"); # 字符串序列 print str.join( seq );结果 a-b-c 阅读全文
posted @ 2021-02-15 22:57 gisai 阅读(87) 评论(0) 推荐(0)
posted @ 2021-02-15 22:57 gisai 阅读(87) 评论(0) 推荐(0)
posted @ 2021-02-15 22:40 gisai 阅读(6834) 评论(0) 推荐(0)
posted @ 2021-02-15 12:15 gisai 阅读(207) 评论(0) 推荐(0)