File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -374,18 +374,18 @@ If you need to know more about formatting I recommend reading
374
374
375
375
## Summary
376
376
377
- - Slicing returns a copy of a string with indexes from one index to
378
- another index. The indexes work like this:
379
-
380
- ![ Slicing] ( images/slicing3.png )
377
+ - The ` in ` keyword can be used for checking if a string contains another
378
+ string.
381
379
382
380
- Indexing returns one character of a string. Remember that you don't
383
381
need a ` : ` with indexing. The indexes work like this:
384
382
385
383
![ Indexing] ( images/indexing3.png )
386
384
387
- - The ` in ` keyword can be used for checking if a string contains another
388
- string.
385
+ - Slicing returns a copy of a string with indexes from one index to
386
+ another index. The indexes work like this:
387
+
388
+ ![ Slicing] ( images/slicing3.png )
389
389
390
390
- Python has many string methods. Use [ the documentation]
391
391
(https://docs.python.org/3/library/stdtypes.html#string-methods )
You can’t perform that action at this time.
0 commit comments