pythonのif文と文字列検索、そしてファイル操作

よく忘れるので。

Cの{}とrubyのthenとこんがらがるとです。。。

これでよくコマンドプロンプト

chino@kafu $ python search.py > test.txt

とかリダイレクトしてファイル操作します。

 

■if文

if a > 0:

    hogehoge1

else:

    hogehoge2

 

■fine

b = string.find("hogehoge")    #-1は見つからず、1以上は見つかった場合

 

file open, find string and print(standard output)

 

 

 

■参考:

Python基礎講座(8 分岐) - Qiita

Pythonでファイルから一行ずつ読み込み - Qiita