@[email protected] to Lemmy [email protected]English • 1 year agoI wishi.imgur.commessage-square183fedilinkarrow-up1906
arrow-up1888imageI wishi.imgur.com@[email protected] to Lemmy [email protected]English • 1 year agomessage-square183fedilink
minus-squareenkerslinkfedilink42•edit-21 year agoThis is your brain on python: def is_even (num): return num in [x*2 for x in range(sys.maxsize / 2)]
minus-squareGoddard Guryonlinkfedilink10•1 year agoThat won’t work tho, you need to make it sys.maxsize//2 to coerce the output into int form
minus-squareGoddard Guryonlinkfedilink1•1 year agoIIRC it doesn’t; that has caused me pain so many times when trying to generate fractional range
This is your brain on python:
That won’t work tho, you need to make it sys.maxsize//2 to coerce the output into int form
range()
accepts floats, does it not?IIRC it doesn’t; that has caused me pain so many times when trying to generate fractional range