The goal would be to replace the "chain" of `.replace()` functions with iterations. Steps: - define a list of characters to be replaced - for each item of the list: `replace()`
The goal would be to replace the "chain" of
.replace()functions with iterations.Steps:
replace()