nave@lemmy.zip to Lemmy Shitpost@lemmy.worldEnglish · 1 year agoI wishi.imgur.comimagemessage-square188fedilinkarrow-up1928arrow-down117
arrow-up1911arrow-down1imageI wishi.imgur.comnave@lemmy.zip to Lemmy Shitpost@lemmy.worldEnglish · 1 year agomessage-square188fedilink
minus-squareenkers@sh.itjust.workslinkfedilinkarrow-up42·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 Guryon@sopuli.xyzlinkfedilinkarrow-up10·1 year agoThat won’t work tho, you need to make it sys.maxsize//2 to coerce the output into int form
minus-squareGoddard Guryon@sopuli.xyzlinkfedilinkarrow-up1·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