Python Entrée en minuscules
inpt = input().lower()
Tame Toad
inpt = input().lower()
from past.builtins import raw_input
impt = raw_input().lower()