Convertir en commande minuscule python

how_are_you = input("how are you?")
if how_are_you.lower() == "good":
  print("i am good too")
Old-fashioned Ox