@anon
sign up
@anon
sign up
1 sat
\
0 replies
\
@SimpleStacker
8 Nov
\
on: [Daily puzzle] Sum of floors
science
I figure this would be a fun one to try and code in one line :)
np.sum(np.floor(np.sqrt(np.arange(1,2025,1))))
Answer:
59730
write
preview
reply
100 sats
np.sum(np.floor(np.sqrt(np.arange(1,2025,1))))
59730