8bit.samurai

ネットワーク屋さんの戯れ言

2018-04-08から1日間の記事一覧

Py.File.Control.Stuff

Ops

今日は引き続きPythonファイル関連は重要なんですが、使ってないとすぐ忘れてしまいます。 #opens file myfile = open('gofuckurself.txt') #reads file - returns entire file - \n等はシカトされる myfile.read() #resets cursor to start of file myfile.…