How to do case insensitive character matching in python | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How to do case insensitive character matching in python

29th Jul 2019, 12:35 PM
Hassan Bari Raza
Hassan Bari Raza - avatar
2 Respuestas
0
привет
29th Jul 2019, 12:47 PM
Владимир Яков
Владимир Яков - avatar
0
a = "AbCdE" if a.lower() == "hello world": print("Match")
29th Jul 2019, 1:32 PM
Seb TheS
Seb TheS - avatar