3. Concatenation¶
3.1. A string cannot be modified¶
3.2. I can create new strings¶
Using concatenation solves this problem
Example of a program that reads a word and replaces the vowels with
"*"
. Thelower
function transforms the letters to lowercase.
3.3. Exercise¶
You have attempted of activities on this page