-
Completed at: 2023-06-06T00:20:31.366Z
-
Completed languages: python
-
Tags: Fundamentals
-
Rank: 8 kyu
Remove all exclamation marks from the end of sentence.
"Hi!" ---> "Hi"
"Hi!!!" ---> "Hi"
"!Hi" ---> "!Hi"
"!Hi!" ---> "!Hi"
"Hi! Hi!" ---> "Hi! Hi"
"Hi" ---> "Hi"