Timeline for "DDoouubbllee ssppeeaakk!!"
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 8, 2022 at 18:12 | review | Suggested edits | |||
| Sep 8, 2022 at 18:20 | |||||
| Oct 24, 2019 at 9:59 | history | edited | user85052 | CC BY-SA 4.0 |
added 287 characters in body
|
| Aug 7, 2019 at 21:15 | comment | added | movatica |
Still works with 31 bytes :) lambda i:''.join(c*2for c in i)
|
|
| Aug 1, 2019 at 14:40 | comment | added | Gábor Fekete |
lambda i:''.join(c*2 for c in i) 32 bytes but returns a string and not a list
|
|
| Jul 31, 2019 at 13:36 | history | edited | user85052 | CC BY-SA 4.0 |
added 215 characters in body
|
| Jul 31, 2019 at 11:18 | comment | added | primo |
@Mr.Xcoder this returns a list of characters, rather than a string. The original can be improved by 3 bytes, though: for i in input():print(i,end=i)
|
|
| Jul 31, 2019 at 10:28 | history | edited | user85052 | CC BY-SA 4.0 |
[Edit removed during grace period]
|
| Jul 31, 2019 at 10:17 | history | edited | user85052 | CC BY-SA 4.0 |
deleted 28 characters in body
|
| Jul 31, 2019 at 10:16 | comment | added | Mr. Xcoder |
lambda i:sum(zip(i,i),()) should do for -9.
|
|
| Jul 31, 2019 at 10:08 | history | undeleted | Community Bot | ||
| Jul 31, 2019 at 10:08 | history | deleted | Community Bot | via Vote | |
| Jul 31, 2019 at 10:06 | history | answered | user85052 | CC BY-SA 4.0 |