Timeline for Sign that word 2!
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Aug 21, 2015 at 13:28 | comment | added | SirParselot | It doesn't say anything about it in the instructions, but it's your code so it's up to you | |
| Aug 21, 2015 at 13:17 | comment | added | Kamehameha | @SirParselot Yeah, but that seemed like modifying the input as given in the question, so didn't do that | |
| Aug 21, 2015 at 12:38 | comment | added | SirParselot |
You could replace raw_input with just input if your input is 'HelloWorldhi' instead of HelloWorldhi.
|
|
| Aug 21, 2015 at 11:53 | comment | added | Kamehameha |
@muddyfish Nice, they become empty strings(and are removed when joined). -8 bytes. Thanks :)
|
|
| Aug 21, 2015 at 11:51 | history | edited | Kamehameha | CC BY-SA 3.0 |
Changed according to MuddyFish's solution
|
| Aug 21, 2015 at 11:47 | comment | added | Blue |
You don't need the if l[j] either.
|
|
| Aug 21, 2015 at 11:27 | comment | added | Kamehameha | @muddyfish oops my bad. I pasted the wrong code while trying out a couple of things. Thanks for that :) | |
| Aug 21, 2015 at 11:26 | history | edited | Kamehameha | CC BY-SA 3.0 |
added 7 characters in body
|
| Aug 21, 2015 at 11:09 | comment | added | Blue |
When I run it with HelloWorldhi, I get ['d', 'e', 'H', 'h', 'i', 'lll', 'oo', 'r', 'W']
|
|
| Aug 21, 2015 at 9:14 | history | edited | Kamehameha | CC BY-SA 3.0 |
added 1 character in body
|
| Aug 21, 2015 at 9:01 | history | answered | Kamehameha | CC BY-SA 3.0 |