摘要: 今天敲小例子,报了错TypeError: sequence item 0: expected str instance, int found 小例子 list1=[1,'two','three',4] print(' '.join(list1)) 以为会打印1 two three 4 结果报了错 T 阅读全文
posted @ 2020-06-07 22:33 hank-li 阅读(7423) 评论(0) 推荐(0) 编辑