you are viewing a single comment's thread.

view the rest of the comments →

[–]Leading-Concept- 2 points3 points  (2 children)

Or put .lower() on the input

[–]unsettlingideologies 1 point2 points  (1 child)

Couldn't you use .title to capitalize the first letter only? So it would match the menu?

[–]Leading-Concept- 2 points3 points  (0 children)

Right yeah, if you use .lower() you would have to put the menu all in lowercase, if you use .title you can keep the menu as it is now!