2016年5月30日

列表生成式

摘要: 把数组中的元素连接成字符串的案例 L = {'Hello', 'World', 'IBM', 'Apple'}str = ''.join(L)print(str) 使用内建的isinstance函数可以判断一个变量是不是字符串: 阅读全文

posted @ 2016-05-30 00:12 张明明_1 阅读(190) 评论(0) 推荐(0) 编辑

导航