本「ActionScript 3.0 アニメーション」を読みます。
2011-10-10
2011-10-04
2011-06-07
PythonとPerlを比較(1)
まずPerlの
while(<>){ print; }
と同等のスクリプトはどう書くのか?import sys for line in sys.stdin: print(line),