Real Vim ninjas count every keystroke - do you?

Pick a challenge, fire up Vim, and show us what you got.

Changelog, Rules & FAQ, updates: @vimgolf, RSS.

Your VimGolf key: please sign in

$ gem install vimgolf
$ vimgolf setup
$ vimgolf put 6019f1c4642668000cee11e8

Generate a very basic Python constructor

I actually needed to do this myself, so I look forward to learning how.

Start file
def __init__(self, x, y, z, rotation, color, bounciness, walking_speed, running_speed, health, defense, age, type1, type2):
End file
def __init__(self, x, y, z, rotation, color, bounciness, walking_speed, running_speed, health, defense, age, type1, type2):
    self.x = x
    self.y = y
    self.z = z
    self.rotation = rotation
    self.color = color
    self.bounciness = bounciness
    self.walking_speed = walking_speed 
    self.running_speed = running_speed
    self.health = health
    self.defense = defense
    self.age = age 
    self.type1 = type1
    self.type2 = type2

View Diff

1a2,14
>     self.x = x
>     self.y = y
>     self.z = z
>     self.rotation = rotation
>     self.color = color
>     self.bounciness = bounciness
>     self.walking_speed = walking_speed 
>     self.running_speed = running_speed
>     self.health = health
>     self.defense = defense
>     self.age = age 
>     self.type1 = type1
>     self.type2 = type2

Solutions by @sap38838304:

Unlock 17 remaining solutions by signing in and submitting your own entry
Created by: @BiddulphCaleb

94 active golfers, 307 entries

Solutions by @sap38838304:
38
#12 - sap / @sap38838304

07/03/2021 at 04:51AM

39
#>22 - sap / @sap38838304

07/03/2021 at 04:49AM

43
#>29 - sap / @sap38838304

07/03/2021 at 04:48AM

44
#>31 - sap / @sap38838304

07/03/2021 at 04:47AM

45
#>34 - sap / @sap38838304

07/03/2021 at 04:45AM

46
#>38 - sap / @sap38838304

07/03/2021 at 04:42AM

47
#>39 - sap / @sap38838304

07/03/2021 at 04:40AM

48
#>41 - sap / @sap38838304

07/03/2021 at 04:38AM

52
#>45 - sap / @sap38838304

07/03/2021 at 04:37AM

54
#>50 - sap / @sap38838304

07/03/2021 at 04:35AM

58
#>57 - sap / @sap38838304

07/03/2021 at 04:34AM

62
#>64 - sap / @sap38838304

07/03/2021 at 04:30AM

66
#>70 - sap / @sap38838304

07/03/2021 at 04:28AM

67
#>72 - sap / @sap38838304

07/03/2021 at 04:26AM

79
#>83 - sap / @sap38838304

07/03/2021 at 04:23AM

91
#>85 - sap / @sap38838304

07/03/2021 at 04:19AM

95
#>87 - sap / @sap38838304

07/03/2021 at 04:16AM