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

If/else Statements Accepting Strings In Both Capital And Lower-case Letters In Python

Is there a quick way for an 'if' statement to accept a string regardless of whether it'… Read more If/else Statements Accepting Strings In Both Capital And Lower-case Letters 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

Best Way To Force Values To Uppercase In Sqlalchemy Field

I am pretty new to python and sqlalchemy and would like to ask for an advice. What would be the bes… Read more Best Way To Force Values To Uppercase In Sqlalchemy Field

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?

.upper Not Working In Python

I currently have this code num_lines = int(input()) lines = [] tempy = '' ctr = 1 abc = {&#… Read more .upper Not Working In Python