python 第十三次課2018.4.28

    ########複習          # import codecs # # with codecs.open("1.txt","rwab") as f:#a追加 r讀 w寫 b二進制 #     f.truncate() #清空 #     f.write()  #參數爲字符串 #     f.readlines() #返回對象是列表 # # a = dict(a=1,b=2) # p
相關文章
相關標籤/搜索