Played Challenges
Stairstep digits - 240 entries
Remove the evens. Double the odds.
- Best score: 9
- Best player score: 23
- Position: #113 / 115
- Number of attempts: 1
Acute accents - 31 entries
Featuring all 17 lowercase letters with an acute accent digraph. Find a way to automate the digraphs.
- Best score: 18
- Best player score: 57
- Position: #23 / 23
- Number of attempts: 1
I forgot quotes - 15719 entries
Oops.
- Best score: 10
- Best player score: 52
- Position: #4100 / 4110
- Number of attempts: 1
Words in parens - 12733 entries
We should all ace this, right?
- Best score: 13
- Best player score: 28
- Position: #3802 / 3918
- Number of attempts: 1
expand a list comprehension (python) - 276 entries
Please show your way to convert a list comprehension in python to an ordinary for-loop expression!
- Best score: 42
- Best player score: 141
- Position: #102 / 103
- Number of attempts: 1
Simple text editing with Vim - 11595 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #841 / 3404
- Number of attempts: 6
Reformat/Refactor a Golfer Class - 5975 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 68
- Position: #1415 / 1476
- Number of attempts: 15
Contributed Challenges
Reformat/Refactor a Golfer Class - 5975 entries
A simple case of removing unneeded code and fixing broken indentation.
Simple text editing with Vim - 11595 entries
Make the pairs of lines match up by making each second line same as first
Whitespace, empty lines and tabs - 2940 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.