2010-06-25から1日間の記事一覧

パイソンをいじる

pythonを使い始める人とともに、しばしpythonをいじってみることにする $ python でLINUX内の"python"環境に入る >>> a=1 >>> b=3 >>> print a+1 とか #! /usr/bin/env python print "hello, python" なる"hello.py"なるファイルを $ python hello.py とかや…