filmov
tv
Python | Method .replace()

Показать описание
Learn how to use python .replace() method to save the new replaced text, and to replcase specific characters with a specific occurrence or number of times.
The replace method makes a copy of the text, it does NOT change it.
We have two 10 seconds challenges, or, you can pause and think of the answer:
Quiz 1:
How to change the text (replace some characters with others) and fix the changes?
Quiz 2:
If you have multiple characters, and you want to change the first one only, what to do?
--------------------------------------------------------------------------------------------------------
#knowledge #python #replace
The replace method makes a copy of the text, it does NOT change it.
We have two 10 seconds challenges, or, you can pause and think of the answer:
Quiz 1:
How to change the text (replace some characters with others) and fix the changes?
Quiz 2:
If you have multiple characters, and you want to change the first one only, what to do?
--------------------------------------------------------------------------------------------------------
#knowledge #python #replace