minus-squareslampisko@czech-lemmy.eutoProgrammer Humor@lemmy.ml•LF cheesy oneliners for my Halloween costumelinkfedilinkarrow-up5·1 year agoDecided to write it in python for brevity. if you.can_read_this(): you.is_too_close = True though if you know what you’re doing, you’d be more likely to do something like you.is_too_close = you.can_read_this() linkfedilink
Decided to write it in python for brevity.
if you.can_read_this(): you.is_too_close = True
though if you know what you’re doing, you’d be more likely to do something like
you.is_too_close = you.can_read_this()