Categories
User input in pygame?
Please tell me how it would be better to solve the issue: I need the user to enter information from the keyboard, but at the same time use only lowercase letters!
Answer the question
In order to leave comments, you need to log in
Why not just do it? s = "Kilometer" print(s.lower())
str.lower()
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question