Timeline for 1, 2, Fizz, 4, Buzz
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 31, 2022 at 17:14 | history | edited | Oliver | CC BY-SA 4.0 |
Error correction, golfed 6 bytes
|
| Jan 30, 2022 at 18:10 | comment | added | caird coinheringaahing♦ |
You can use <1 instead of ==0 for -1 byte, and instead of if y=="":y=x", you can do y=y or x. Also, this just outputs the numbers from 1 to 100: Try it online! This is 82 bytes
|
|
| Jan 30, 2022 at 17:25 | review | Late answers | |||
| Jan 30, 2022 at 18:10 | |||||
| Jan 30, 2022 at 17:09 | history | answered | Oliver | CC BY-SA 4.0 |