Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
int_19h
on Oct 10, 2021
|
parent
|
context
|
favorite
| on:
Understanding Python through its builtins
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) ])
DangitBobby
on Oct 10, 2021
[–]
Fantastic
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: