Pythonをつつくー基礎も大事。はじめましてPython。
print "hello indori"
i = 0
while i < 10:
print i,
i += 1
print ""
print "good-by"
情報処理技術全般を気まぐれにつつくゆるいブログです。技術解説記事のソースは専門書と実務経験です。
print "hello indori"
i = 0
while i < 10:
print i,
i += 1
print ""
print "good-by"