Change the content of a string
This docstring is a complete lie. Fix it.
Start file
def add(a, b):
""" Subtracts "x" from "y" """
return a + b
End file
def add(a, b):
""" Adds "a" to "b" """
return a + b
2c2
< """ Subtracts "x" from "y" """
---
> """ Adds "a" to "b" """
Solutions
The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!
Check out these helpful resources to improve your Vim skills... Game on.
Unlock
606 remaining solutions by
signing in and submitting your own entry
#607
Frank Hui / @frankhui -
Score: 69 -
12/29/10 @ 06:44
:1,$ s/Subtracts/Adds/<CR>:1,$ s/x/a/<CR>:1,$ s/from/to/<CR>:1,$ s/y/b/<CR>:w<CR>:q<CR>
0 comments
607 active golfers, 1646 entries
Leaderboard (lowest score wins):
12/31/2011 at 01:51AM
01/29/2012 at 05:35AM
02/04/2012 at 01:13PM
04/27/2012 at 03:11AM
05/10/2012 at 12:09PM
05/29/2012 at 10:58PM
07/19/2012 at 09:35PM
07/20/2012 at 11:04AM
08/07/2012 at 07:01AM
08/21/2012 at 08:18PM
10/17/2012 at 01:24PM
12/24/2012 at 09:38PM
03/23/2013 at 07:43PM
04/09/2013 at 01:44AM
07/10/2013 at 02:10AM
08/26/2013 at 09:15AM
09/04/2013 at 08:33AM
09/21/2013 at 09:26AM
09/27/2013 at 11:06AM
10/27/2013 at 10:34PM
11/04/2013 at 02:10AM
11/06/2013 at 05:59AM
11/26/2013 at 04:30PM
12/20/2013 at 12:58AM
02/14/2014 at 01:17AM
04/10/2014 at 10:08AM
05/10/2014 at 03:34AM
06/30/2014 at 09:57AM
07/16/2014 at 08:52AM
07/27/2014 at 02:08PM