We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fec7e commit 85fa34bCopy full SHA for 85fa34b
1 file changed
handy-stuff-strings.md
@@ -234,6 +234,7 @@ Here's some of the most commonly used string methods:
234
>>> 'Hello-World-test'.split('-')
235
['Hello', 'World', 'test']
236
>>>
237
+ ```
238
239
- Last but not least, we can use `strip`, `lstrip` and `rstrip` to
240
remove spaces, newlines and some other whitespace characters from
0 commit comments