2
How to work with more than one Python replacement using Replace?
Note: Use of FOR or FUNCTION is not allowed and without DICTIONARY.
Example:
print("Bolacha".replace('a', 'e').replace('o', 'u'))
How to improve the above code without having to keep repeating. replace....?
Create your Function that does it the way you want to !!! And why can’t use it
FOR
???– SachaDee
You can’t use function or for. It’s a challenge.
– user110265