2013-02-04から1日間の記事一覧

yield文(がちメモ

def hoge(): print "Tell me your mind" while True: ans = yield if ans is not None: if "?" in ans: print "it's question" elif "good" in ans: print "sound good" else: print "FUCK U" free = hoge() next(free) free.send("I want?") free.send("Tod…

テスト明けたら…

今ちょーど後期末のテストにさしかかっています( ๑・ิټ・ิ๑)…。1週間前ぐらいです。まぁ、留年はしませんがいい成績とれる自身もないのでがんばっていきます。具体的にいうとtwitterやめます。テスト終えるまで。終えたらやる。あと、Pythonネタ書きたいけど…