インタラクティブモードのサンプル
>>> the_world_is_flat = 1
>>> if the_world_is_flat:
... print "Be careful not to fall off!"
...
Be careful not to fall off!
実際実行してみてください。 プログラミング本当に始めての人は結構苦労します。
>>> the_world_is_flat = 1
>>> if the_world_is_flat:
... print "Be careful not to fall off!"
...
Be careful not to fall off!
実際実行してみてください。 プログラミング本当に始めての人は結構苦労します。
Powered by ScribeFire.
0 件のコメント:
コメントを投稿