We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a5b77 commit 2e6f9f6Copy full SHA for 2e6f9f6
superstring/superstring.py
@@ -18,7 +18,7 @@ def upper(self):
18
def character_at(self, index):
19
pass
20
21
- def split(self, separator = " "):
+ def split(self, separator=" "):
22
result = []
23
previous = 0
24
i = 0
0 commit comments