このウェブサイトは販売用です! instantchan.com は、あなたがお探しの情報の全ての最新かつ最適なソースです。一般トピックからここから検索できる内容は、instantchan.comが全てとなります。あなたがお探しの内容が見つかることを願っています!
このウェブサイトは販売用です! instantchan.com は、あなたがお探しの情報の全ての最新かつ最適なソースです。一般トピックからここから検索できる内容は、instantchan.comが全てとなります。あなたがお探しの内容が見つかることを願っています!
1 Name: Anonymous : 2007-05-25 05:34 ID:e87L90K/ #Newbie programmer def factorial(x): if x == 0: return 1 else: return x * factorial(x - 1) print factorial(6) #First year programmer, studied Pascal def factorial(x): result = 1 i = 2 while i <= x: result = result * i i = i + 1 return result print factorial(6) #First year programmer, studied C def fact(x): #{ result = i = 1; whil
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く