すべての検索結果:2件
検索条件:タイトルと本文+更新順
/ Christmas in Hollis ・ Shai / If I Gave(A Confeesion of Hope) ・ Smokey Chiristmas ・ X-scape / Christmas with You ・ Youth Edition / Go Tell it in
Pythonのトピック
いてみました。 ######################### list = [] x = 317584931803 while x != 1: for n in range (2, x ): if x%n == 0: list.append(n) x = x/n print