よく忘れるので。
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)
■参考: