Timeline for Create a Pride Flag
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 28, 2021 at 11:12 | comment | added | pxeger | It's l = (i,) = [0]; the i is unpacked from the list. The (e,) should go in place of [e] in m+[e]+l | |
| Jun 28, 2021 at 7:57 | comment | added | user100690 | @pxeger Thanks! How does the ,= trick work? And also (e,) should be placed where? | |
| Jun 26, 2021 at 17:26 | comment | added | pxeger | l=[0];i=0 can be l=i,=[0] (and possibly you can use 255, 0, (e,) instead of [255] [0] [e], but I can't test that easily atm) | |
| Jun 26, 2021 at 17:05 | history | answered | user100690 | CC BY-SA 4.0 |