Timeline for Swep tha vowels!
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 18, 2017 at 17:54 | comment | added | Adalynn | Hey, would this work? repl.it/Iql5 | |
| Jun 18, 2017 at 17:22 | history | edited | 0xffcourse | CC BY-SA 3.0 | deleted 63 characters in body |
| Jun 18, 2017 at 17:21 | comment | added | 0xffcourse | Yep, that and I had not even updated the tio link. Thanks. | |
| Jun 18, 2017 at 17:12 | comment | added | Adalynn | You have extraneous spaces at the end of some of your lines, I counted 192 bytes. | |
| Jun 16, 2017 at 5:53 | history | edited | 0xffcourse | CC BY-SA 3.0 | [Edit removed during grace period] |
| Jun 14, 2017 at 16:06 | history | edited | 0xffcourse | CC BY-SA 3.0 | added 59 characters in body |
| Jun 14, 2017 at 16:04 | comment | added | 0xffcourse | Yes, it works. You saved 2 bytes, Thank you!! | |
| Jun 14, 2017 at 16:00 | comment | added | Adalynn | Would this work? repl.it/IlX1 | |
| Jun 14, 2017 at 15:54 | history | edited | 0xffcourse | CC BY-SA 3.0 | added 201 characters in body |
| Jun 14, 2017 at 15:54 | comment | added | Adalynn | Sorry, I was reading that as i<len(a)+1, whoops! | |
| Jun 14, 2017 at 15:51 | comment | added | 0xffcourse | Thanks. But the i+1<len(a) cannot be changed to i<=len(a) or else it will try to evaluate a[j] i.e. a[i+1] for i=len(a) and cause index out of range error: | |
| Jun 14, 2017 at 15:37 | comment | added | Adalynn | I think you can shave three bytes off your program: one by removing the r before your string, another by changing i+1<len(a) to i<=len(a), and the third by changing if(m and n) to if m and n. | |
| Jun 14, 2017 at 10:57 | history | answered | 0xffcourse | CC BY-SA 3.0 |