top | item 40632365

(no title)

c6401 | 1 year ago

Additionally to the provided answers:

if sanity_check(): variable = something()

variable = sanity_check() and something

(but the standard python two line way is more readable unless it's a throwaway single use code, then whatever)

discuss

order

No comments yet.