Played Challenges
Wrap the text of an email message to 79 characters - 799 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 6
- Position: #329 / 421
- Number of attempts: 1
Reformat some Python - 622 entries
Fix some very bizarrely laid-out code.
- Best score: 34
- Best player score: 47
- Position: #159 / 238
- Number of attempts: 2
PEP8 Python Wrapping Comments and Code - 217 entries
According to PEP8, long flowy text and code should have different max line lengths. Code: 79 characters max Long flowy text: 72 characters max
- Best score: 21
- Best player score: 36
- Position: #55 / 68
- Number of attempts: 2
Get rid of html tags - 410 entries
Want to read more about Vim's background? Then get rid of those html tags...
- Best score: 12
- Best player score: 17
- Position: #28 / 237
- Number of attempts: 1
Change the content of a string - 1596 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 23
- Position: #244 / 595
- Number of attempts: 2
Deleting folded text - 386 entries
The text below contains three folds. Delete them (and the text inside them). For example: 123 456 /*{{{*/ 789 /*}}}*/ 012 Should become: 123 012 Also, add `aoeuaoeu` to make sure small solutions don't get flagged as cheating.
- Best score: 17
- Best player score: 28
- Position: #111 / 121
- Number of attempts: 3
Add fold markers to a .c file - 660 entries
Fold markers can make it easier to navigate source code. Add them to this .c file.
- Best score: 30
- Best player score: 34
- Position: #65 / 189
- Number of attempts: 1