Implement the changeList method so that it:
- finds the longest string in the list
- replaces all list items with the found string
Implement the changeList method so that it:
Sample Input 1:
hi hello goodmorningSample Output 1:
goodmorning goodmorning goodmorningCreate a free account to access the full topic