Skip to content

Commit 29351bd

Browse files
committed
Add some continuity to note about strinbg immutability
1 parent d4dadac commit 29351bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lessons/beginners/str-methods/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ print(retezec)
6161
>
6262
> To je obecná vlastnost řetězců v Pythonu: jednou existující řetězec se už
6363
> nedá změnit, dá se jen vytvořit nějaký odvozený.
64+
> S touto vlastností už ses mohl{{a}} setkat při psaní funkce `zamen`.
6465
6566

6667
### Iniciály

0 commit comments

Comments
 (0)