Computer Science, asked by shruti13845, 5 months ago

wap to accept a string in lower case and replace 'e' with '*' in an entered string. display the new strings

do not spam plzz​

Answers

Answered by jai696
5

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

print((s := input("string: ")).replace("e", "*"))

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions