摘要:
strHello='''...'''.lower() fo = open('qqq.txt', 'r', encoding='utf-8') hello = fo.read() fo.close() print(hello) sep = ''',?''' for ch in sep: strHello = strHello.replace(ch, '') strList = s... 阅读全文
posted @ 2018-10-15 10:57
麦晓志
阅读(119)
评论(0)
推荐(0)
浙公网安备 33010602011771号