01 Dec 2021   python


str has a lower() method

"C".lower()
=> "c"
🍄