+ 4
Function Challenge
Make a program that read 3 strings as inputs to the function and print the output of the function. Function requirement: Name: stralt Input: String(a), String(b), String(c) What to do: Find every b in a and replace b with c I prefer C to Java and other programming language
1 ответ
+ 2
python one liner
separate inputs with the "ENTER KEY"
https://code.sololearn.com/cBFauxNQEWQf/?ref=app