Skip to content Skip to sidebar Skip to footer
Showing posts with the label Lowercase

Python Get File Regardless Of Upper Or Lower

I'm trying to use this on my program to get an mp3 file regardless of case, and I've this c… Read more Python Get File Regardless Of Upper Or Lower

Another Alternating-case In-a-string In Python 3.+

I'm very new to Python and am trying to understand how to manipulate strings. What I want to do… Read more Another Alternating-case In-a-string In Python 3.+

How To Change The Case Of The Last Letter In A String In Python?

So I want to change the last character in a string to lower case. The code below is the method I am… Read more How To Change The Case Of The Last Letter In A String In Python?