2 lines
91 B
Python
2 lines
91 B
Python
|
|
print(*map(lambda n: 'Fizzbuzz '[(i):i+13] if (i := n**4%-15) > -14 else n, range(1,100)))
|