user@localhost ~ $ python interact.py please input. >>> test Traceback (most recent call last): File "", line 1, in NameError: name 'test' is not defined >>> hoge Traceback (most recent call last): File "", line 1, in NameError: name 'hoge' is not defined >>>
なんかエラーになる。。。
ライブラリには、以下のように記述されているけど、 readfunc とか local って何だろう。。。