Hacker News new | past | comments | ask | show | jobs | submit login

It does make for some amusing code golf techniques, e.g.:

   print([
      f"{(not x % 3) * 'Fizz'}{(not x % 5) * 'Buzz'}" or x for x in range(1, 20)
   ])



Fantastic




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: