http://qiita.com/qt-luigi/items/76f7955d68418f967efb
これ私ならこうしますね。
for line in open("テキストファイル.txt"):
if "検索文字" in line:
print line,
Go to list of users who liked
More than 5 years have passed since last update.
http://qiita.com/qt-luigi/items/76f7955d68418f967efb
これ私ならこうしますね。
for line in open("テキストファイル.txt"):
if "検索文字" in line:
print line,
Register as a new user and use Qiita more conveniently
Go to list of users who liked