2 lines
92 B
Text
2 lines
92 B
Text
|
|
repeat i 100[j:""if i // 3 = 0[j:"fizz"]if i // 5 = 0[j: join j"buzz"]if""= j[j: i]print j]
|