Timeline for Output the nth Even Perfect Number
Current License: CC BY-SA 3.0
21 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 3, 2017 at 17:24 | comment | added | Rohan Jhunjhunwala | \o/ but it,s a shame we are still 6 bytes away from java script. Perhaps this can become an anonymous function or something? | |
| Jun 3, 2017 at 17:23 | history | edited | Rohan Jhunjhunwala | CC BY-SA 3.0 | added 2 characters in body |
| Jun 3, 2017 at 17:17 | comment | added | Leaky Nun | 74 bytes | |
| Jun 3, 2017 at 17:17 | history | edited | Rohan Jhunjhunwala | CC BY-SA 3.0 | deleted 97 characters in body |
| Jun 3, 2017 at 17:15 | comment | added | Leaky Nun | It doesn't have a standard library to factorize a number; if it had, it would probably cost more bytes to import it. | |
| Jun 3, 2017 at 17:14 | comment | added | shooqie | Also, you don't need square brackets (at least in Python 3) | |
| Jun 3, 2017 at 17:12 | comment | added | Rohan Jhunjhunwala | @LeakyNun Does python have any standard libraries to factorize a number? | |
| Jun 3, 2017 at 17:12 | history | edited | Rohan Jhunjhunwala | CC BY-SA 3.0 | deleted 2 characters in body |
| Jun 3, 2017 at 17:10 | comment | added | Leaky Nun | And you can replace ==0 by <1 | |
| Jun 3, 2017 at 17:07 | history | edited | Rohan Jhunjhunwala | CC BY-SA 3.0 | added 12 characters in body |
| Jun 3, 2017 at 17:02 | comment | added | Rohan Jhunjhunwala | time to learn more about list comprehension | |
| Jun 3, 2017 at 17:02 | comment | added | Rohan Jhunjhunwala | @LeakyNun \o/ <s>we</s> you broke 80 bytes! | |
| Jun 3, 2017 at 17:00 | history | edited | Rohan Jhunjhunwala | CC BY-SA 3.0 | added 12 characters in body |
| Jun 3, 2017 at 16:59 | comment | added | Leaky Nun | no need for k, just decrement i. | |
| Jun 3, 2017 at 16:59 | history | edited | Rohan Jhunjhunwala | CC BY-SA 3.0 | added 12 characters in body |
| Jun 3, 2017 at 16:58 | comment | added | Leaky Nun | more golfings | |
| Jun 3, 2017 at 16:58 | history | edited | Rohan Jhunjhunwala | CC BY-SA 3.0 | deleted 34 characters in body |
| Jun 3, 2017 at 16:57 | comment | added | Leaky Nun | Also, I've replaced your f with a list comprehension | |
| Jun 3, 2017 at 16:57 | comment | added | Rohan Jhunjhunwala | @LeakyNun serves me right, for not knowing the python libraries. I really should learn more than just java and SILOS. | |
| Jun 3, 2017 at 16:55 | comment | added | Leaky Nun | notice that your g is actually just sum. | |
| Jun 3, 2017 at 16:54 | history | answered | Rohan Jhunjhunwala | CC BY-SA 3.0 |