[solved] Print “censored” if userinput contains the word “darn”, else print userinput. end with newline.
Problem Statement: Print “censored” if userinput contains the word “darn”, else print userinput. end with newline. Ex: If userinput is Dang, that was scaryl”, then output is: Dang, that was…
Continue reading