['fizzbuzz' if i%15==0 else ('buzz' if i%5==0 else ('fizz' if i%3==0 else str(i))) for i in range(101)[1:]]
Permalink | 記事への反応(0) | 16:51
ツイートシェア