Skip to main content

Timeline for Vowels up, consonants down

Current License: CC BY-SA 4.0

7 events
when toggle format what by license comment
Jun 17, 2020 at 9:04 history edited CommunityBot
Commonmark migration
Mar 26, 2020 at 14:31 comment added Abdul Rahman Bres Shouldn't the output be a formatted string?
Mar 24, 2020 at 10:06 comment added user90593 @Potato44 +1, thanks!
Mar 24, 2020 at 10:04 comment added Potato44 @AryanBeezadhur the main trick to working out what this answer does is figuring out which meanings the brackets have. The outer ones are a list comprehension, the first inner bracket is a 2 element list, and the second pair of inner brackets are list indexing (using the coercion from booleans to integers)
Mar 23, 2020 at 20:26 history edited Surculose Sputum CC BY-SA 4.0
add brief explanation
Mar 23, 2020 at 19:40 comment added user90593 Please could you share an explanation of how your lambda Python 3 function works, I'm new to code-golf and my own Python 3 attempt relies on a for loop through list.
Mar 22, 2020 at 16:06 history answered Surculose Sputum CC BY-SA 4.0