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

How To Let Python Recognize Both Lower And Uppercase Input?

I am new to Python. I am writing a program that distinguishes whether or not a word starts with a v… Read more How To Let Python Recognize Both Lower And Uppercase Input?

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?

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