#7.1 Write a program that prompts for a file name, then opens that file and reads through the file, and print the contents of the file in upper case. Use the file words.txt to produce the output below ...
As far as I was concerned about lstrip and rstrip functionality back in 2016-2018, such method was stripping starting from left or right (respectively) the matching pattern into a string, until such ...